[Numpy-tickets] [NumPy] #283: Inconsisteny in enumerated type mapping
NumPy
numpy-tickets at scipy.net
Tue Sep 19 13:54:42 CDT 2006
#283: Inconsisteny in enumerated type mapping
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution: wontfix
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: reopened => closed
* resolution: => wontfix
Comment:
I actually spent a lot of time chasing down bugs related to which C
integer was being used when, so some thought has gone into this. Yes, it
could be changed, but I'm not going to spend any time doing it because I
don't think there is a problem.
All you need to do is use the npy_int32 (NPY_INT32) type in your C-code to
always be assured of the same type as when you say dtype=numpy.int32. So
what is the problem again?
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/283>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list