[NumPy-Tickets] [NumPy] #1578: test_from_unicode crashes on Python 2.7 and Numpy 2.0.0-devel
NumPy Trac
numpy-tickets@scipy....
Sun Apr 8 21:24:36 CDT 2012
#1578: test_from_unicode crashes on Python 2.7 and Numpy 2.0.0-devel
-------------------------+--------------------------------------------------
Reporter: mbudisic | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Resolution: | Keywords:
-------------------------+--------------------------------------------------
Comment(by charris):
I think the 'm' means PyMem_Malloc and the 'o' means PyObject_Malloc. Why
this doesn't show up for strings in 2.7 I don't know, but I think the
problem traces back to the fact that PyUnicodeArrType_Type inherits from
both PyUnicode_Type and (indirectly) PyGenericArrType_Type. What has
changed from 2.6 to 2.7 I haven't determined.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1578#comment:16>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list