[NumPy-Tickets] [NumPy] #1345: test_multiarray.TestIO.test_ascii segmentation fault with Python 2.7
NumPy Trac
numpy-tickets@scipy....
Sat May 8 12:00:49 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):
OK. I wonder if the new function should be included in npy_3kcompat
instead? A longer term fix probably involves tracking down how the
function gets called without the GIL in the first place, we really
shouldn't call the Python c_api anywhere without the GIL, it's just asking
for trouble.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1345#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list