[NumPy-Tickets] [NumPy] #1268: scalar does not inherit byteorder from the array it's "created" from
NumPy Trac
numpy-tickets@scipy....
Sun Oct 10 16:04:17 CDT 2010
#1268: scalar does not inherit byteorder from the array it's "created" from
------------------------+---------------------------------------------------
Reporter: mdroe | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Changes (by pv):
* version: => devel
* component: Other => numpy.core
* milestone: => Unscheduled
Comment:
It seems (cf. arrayscalars.h) that the scalar objects do not even have
byte order on the C level, they're just assumed to be native.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1268#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list