[NumPy-Tickets] [NumPy] #1345: test_multiarray.TestIO.test_ascii segmentation fault with Python 2.7
NumPy Trac
numpy-tickets@scipy....
Sat May 8 14:30:51 CDT 2010
#1345: test_multiarray.TestIO.test_ascii segmentation fault with Python 2.7
-------------------------+--------------------------------------------------
Reporter: bsouthey | Owner: somebody
Type: defect | Status: closed
Priority: high | Milestone: 2.0.0
Component: numpy.core | Version: 1.4.0rc1
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Comment(by charris):
Sounds right, then. PyOS_string_to_double is just a wrapper around the
same base function that was used before and that function itself depends
on the c library so I'm not sure why the python team felt the need to set
python errors. The PyCapsule functions are similar in that respect. I can
see wanting some consistency, but using the c-api becomes more difficult.
I expect there is code out there for this, but as you say, it isn't a high
priority to fix it.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1345#comment:11>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list