[NumPy-Tickets] [NumPy] #1805: initialize_casting_tables() does never return on ARM
NumPy Trac
numpy-tickets@scipy....
Thu Apr 21 18:30:50 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 charris):
The table is of type char and the boolean should be filled with -1, which
I suspect might be your 255 if char is an unsigned type on ARM. Can you
check that out?
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1805#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list