[Numpy-tickets] [NumPy] #551: numpy.ndarray messed up after unpickling
NumPy
numpy-tickets@scipy....
Wed Oct 24 10:54:50 CDT 2007
#551: numpy.ndarray messed up after unpickling
---------------------------------------+------------------------------------
Reporter: cotackst | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4
Component: numpy.core | Version: 1.0.1
Severity: normal | Resolution:
Keywords: pickle, ndarray, segfault |
---------------------------------------+------------------------------------
Comment (by oliphant):
I still cannot reproduce this problem (v4209 of NumPy).
The array does not own its own data so that on read a copy does not need
to be made (the object that read the pickle owns the data). Yes, you can
write to it. This is expected behavior.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/551#comment:6>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list