[NumPy-Tickets] [NumPy] #1724: new_iterator branch - bus error
NumPy Trac
numpy-tickets@scipy....
Sun Jan 30 20:33:22 CST 2011
#1724: new_iterator branch - bus error
-------------------------+--------------------------------------------------
Reporter: rgommers | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: none
Resolution: | Keywords: new_iterator, half-float
-------------------------+--------------------------------------------------
Comment(by m-paradox):
Good call - that makes perfect sense. Since the ufunc code now always
takes the first function that will work, this could switch between int and
long in some places.
The NumPy implementation should change to defining the enum with the sized
types, so that either NPY_INT and NPY_LONG are the same number, or
NPY_LONG and NPY_LONGLONG are the same number. That's a 2.0 thing,
though...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1724#comment:18>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list