[NumPy-Tickets] [NumPy] #1940: uint64 modulo arithmetic broken
NumPy Trac
numpy-tickets@scipy....
Mon Aug 22 14:01:00 CDT 2011
#1940: uint64 modulo arithmetic broken
----------------------+-----------------------------------------------------
Reporter: AngerMCS | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.0
Keywords: |
----------------------+-----------------------------------------------------
Comment(by mwiebe):
I've got things rigged up now so each ufunc can define its own type
promotion function, see here:
https://github.com/m-paradox/numpy/blob/missingdata/numpy/core/include/numpy/ufuncobject.h#L191
This can probably be special-cased using this mechanism.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1940#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list