[Numpy-tickets] [NumPy] #551: numpy.ndarray messed up after unpickling
NumPy
numpy-tickets@scipy....
Sun Sep 30 05:32:35 CDT 2007
#551: numpy.ndarray messed up after unpickling
---------------------------------------+------------------------------------
Reporter: cotackst | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.core | Version: 1.0.1
Severity: normal | Resolution:
Keywords: pickle, ndarray, segfault |
---------------------------------------+------------------------------------
Comment (by stefan):
Question: after unpickling, the flags look like this
{{{
OWNDATA : False
WRITEABLE : True
}}}
Why doesn't the array own its data, and why is it then writeable?
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/551#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list