[NumPy-Tickets] [NumPy] #2046: Deleting ndarray.real on an instance segfaults
NumPy Trac
numpy-tickets@scipy....
Sun Feb 12 18:55:36 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: |
-------------------------+--------------------------------------------------
Comment(by charris):
It's not a standard attribute, it's a getter function call underneath the
hood. I don't know if Python can recogize that, however. But what I think
the writeable error message means is that the corresponding (setter)
function is called with a NULL value (meaning delete) and we aren't
checking that.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2046#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list