This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Arfrever, alex, dmalcolm, loewis, ncoghlan, pitrou, skrah, teoliphant, vstinner
Date 2012-08-02.23:15:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343949341.62.0.680389813511.issue15540@psf.upfronthosting.co.za>
In-reply-to
Content
> There is a need to byte-swap only when the data is stored on disk in the reverse order from the native machine (i.e. NumPy is pointing to memory-mapped data).

In that case it should be a matter of disabling some NumPy unit tests.
It seems that currently generating a Unicode object with non-native
byte-order is being tested, hence the reported failures.
History
Date User Action Args
2012-08-02 23:15:41skrahsetrecipients: + skrah, loewis, teoliphant, ncoghlan, pitrou, vstinner, Arfrever, alex, dmalcolm
2012-08-02 23:15:41skrahsetmessageid: <1343949341.62.0.680389813511.issue15540@psf.upfronthosting.co.za>
2012-08-02 23:15:41skrahlinkissue15540 messages
2012-08-02 23:15:40skrahcreate