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 loewis
Recipients lemburg, loewis, ronaldoussoren, trentm
Date 2008-10-07.13:37:39
SpamBayes Score 1.2159551e-06
Marked as misclassified No
Message-id <1223386661.78.0.0945758943811.issue4060@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Trent that this is a bug, and I agree with the second patch
(pymacconfig.h.patch2).

Mark-Andre, sys.byteorder is not affected because detects the byte order
at run-time, not at compile-time. Likewise, in the struct module,
several code paths rely on dynamic determination of the endianness, such
as _PyLong_FromByteArray, the float packing, and the whichtable function.
History
Date User Action Args
2008-10-07 13:37:41loewissetrecipients: + loewis, lemburg, ronaldoussoren, trentm
2008-10-07 13:37:41loewissetmessageid: <1223386661.78.0.0945758943811.issue4060@psf.upfronthosting.co.za>
2008-10-07 13:37:39loewislinkissue4060 messages
2008-10-07 13:37:39loewiscreate