[NumPy-Tickets] [NumPy] #1425: importing umath_tests and then CTRL-D crashes with core dump
NumPy Trac
numpy-tickets@scipy....
Wed Mar 10 15:43:52 CST 2010
#1425: importing umath_tests and then CTRL-D crashes with core dump
-------------------------------------+--------------------------------------
Reporter: johannct | Owner: somebody
Type: defect | Status: needs_work
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: generalized ufunc crash |
-------------------------------------+--------------------------------------
Comment(by bsouthey):
It was an interesting and learning experience even if it was 99.99% trial
and error! From the very little I understand, this defines the umath and
ufunc APIs so it should occur with those tests.
Looking further, the line might just be out of place. When I look at the
'#if PY_VERSION_HEX >= 0x03010000', I see two Py_DECREF(c_api); statements
but only one 'Py_DECREF(numpy);' statement.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1425#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list