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, skrah, teoliphant, vstinner
Date 2012-08-02.22:02:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343944931.23.0.312544560733.issue15540@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of days ago there was another effort by Ondřej Čertík to get
NumPy working with 3.3, see the thread starting here:

http://comments.gmane.org/gmane.comp.python.numeric.general/51087

I participated in that discussion and we hit the same problem with
the byte-swapped arrays: Since the generated Unicode strings are invalid,
the consistency checks fail in debug mode.

I wonder if taking out that assert is the right thing though: The
use case is pretty unique; could NumPy not convert these byte-swapped
arrays to uint32?
History
Date User Action Args
2012-08-02 22:02:11skrahsetrecipients: + skrah, loewis, teoliphant, ncoghlan, vstinner, Arfrever, alex, dmalcolm
2012-08-02 22:02:11skrahsetmessageid: <1343944931.23.0.312544560733.issue15540@psf.upfronthosting.co.za>
2012-08-02 22:02:10skrahlinkissue15540 messages
2012-08-02 22:02:10skrahcreate