[NumPy-Tickets] [NumPy] #1708: pickle.loads() of pickled numpy.array can corrupt memory
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 16:43:03 CDT 2011
#1708: pickle.loads() of pickled numpy.array can corrupt memory
-------------------------+--------------------------------------------------
Reporter: quarl | Owner: somebody
Type: defect | Status: closed
Priority: high | Milestone: 1.6.0
Component: numpy.core | Version: 1.4.1
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in commit:7b39b9e5
It's not really memory corruption -- the problem was that Numpy happily
used also interned strings as buffers when unpickling.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1708#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list