[NumPy-Tickets] [NumPy] #1470: Segmentation fault while trying to raise an exception in Ufunc
NumPy Trac
numpy-tickets@scipy....
Sun May 2 04:11:59 CDT 2010
#1470: Segmentation fault while trying to raise an exception in Ufunc
-------------------------+--------------------------------------------------
Reporter: kishor.iitr | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version:
Keywords: |
-------------------------+--------------------------------------------------
I am trying to raise an exception in ufunc, I get segmentation fault.
The data type for the functions is PyArray_DOUBLE.
Please note that if we change the type to PyArray_OBJECT then it is
working fine.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1470>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list