[NumPy-Tickets] [NumPy] #1805: initialize_casting_tables() does never return on ARM
NumPy Trac
numpy-tickets@scipy....
Thu Apr 21 19:24:52 CDT 2011
#1805: initialize_casting_tables() does never return on ARM
------------------------------------------------------+---------------------
Reporter: manowar | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: arm, armv5tel, initialize_casting_tables |
------------------------------------------------------+---------------------
Comment(by mwiebe):
Based on what this says:
http://stackoverflow.com/questions/2054939/char-is-signed-or-unsigned-by-
default
it's a bug to assume that 'char' is signed. These tables should all be
changed from 'char' to 'signed char' to fix it.
I took a look in npy_common.h and there it does "typedef signed char
npy_int8", so clearly this has been accounted for before.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1805#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list