[NumPy-Tickets] [NumPy] #1275: memory corruption by ndarray_instance.data assignment (data should be made readonly) (was: memory corruption by ndarray_instance.data assignment)
NumPy Trac
numpy-tickets@scipy....
Thu Mar 24 19:08:44 CDT 2011
#1275: memory corruption by ndarray_instance.data assignment (data should be made
readonly)
--------------------------+-------------------------------------------------
Reporter: mcieslik | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: ndarray.data |
--------------------------+-------------------------------------------------
Changes (by mwiebe):
* version: 1.3.0 => devel
* milestone: => 2.0.0
Comment:
This looks like a bug to me - data should be a read-only attribute of the
array class. This crashes for me in 1.6 beta.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1275#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list