[NumPy-Tickets] [NumPy] #1345: test_multiarray.TestIO.test_ascii segmentation fault with Python 2.7
NumPy Trac
numpy-tickets@scipy....
Wed May 5 14:31:00 CDT 2010
#1345: test_multiarray.TestIO.test_ascii segmentation fault with Python 2.7
------------------------+---------------------------------------------------
Reporter: bsouthey | Owner: somebody
Type: defect | Status: needs_review
Priority: high | Milestone: 2.0.0
Component: numpy.core | Version: 1.4.0rc1
Keywords: |
------------------------+---------------------------------------------------
Comment(by pv):
The patch was applied in r8387, making it to use PyOS_string_to_double
also on 2.7 as well as on 3.x.
I'm a bit leery adding GIL locking here -- this stuff gets called a lot,
and we just might be fine with assuming the default path in the Python
function doesn't do anything stupid...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1345#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list