[NumPy-Tickets] [NumPy] #1770: Segfault with python 3.2 structured array non-existent field
NumPy Trac
numpy-tickets@scipy....
Tue Mar 29 11:10:34 CDT 2011
#1770: Segfault with python 3.2 structured array non-existent field
----------------------------+-----------------------------------------------
Reporter: matthew.brett | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Resolution: | Keywords:
----------------------------+-----------------------------------------------
Comment(by pv):
The Python 3 issue has been fixed, and as Chuck notes above, it doesn't
crash on Python 2.
However, if I understand correctly, PyString_AsString leaks a reference if
it encounters an unicode object, so this could be also fixed. But that's a
pretty low-priority issue.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1770#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list