[Numpy-tickets] [NumPy] #449: Swaping byteorder in recarrays with multidimensional fields doesn't work
NumPy
numpy-tickets@scipy....
Tue Feb 27 21:22:36 CST 2007
#449: Swaping byteorder in recarrays with multidimensional fields doesn't work
--------------------+-------------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: devel
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by oliphant):
This was due to missing functionality in VOID_copyswapn and VOID_copyswap.
The case when the data-type object contains a subarray field is not
handled separately and so swapping is not done.
This is now fixed in SVN r3556
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/449#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list