[NumPy-Tickets] [NumPy] #2046: Deleting ndarray.real on an instance segfaults
NumPy Trac
numpy-tickets@scipy....
Thu Feb 9 18:20:39 CST 2012
#2046: Deleting ndarray.real on an instance segfaults
-------------------------+--------------------------------------------------
Reporter: alex_gaynor | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
-------------------------+--------------------------------------------------
Tested on the latest numpy master from github:
{{{
(e268cfc7-ff3f-4d97-a02c-27481c8a8186)alex@alex-gaynor-
laptop:~/.virtualenvs/e268cfc7-ff3f-4d97-a02c-27481c8a8186$ python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> del numpy.arange(5).real
Segmentation fault
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2046>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list