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 pitrou
Recipients christian.heimes, pitrou, serhiy.storchaka
Date 2012-10-08.18:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349721131.22.0.838179650467.issue16166@psf.upfronthosting.co.za>
In-reply-to
Content
> #define PY_LITTLE_ENDIAN 1234
> #define PY_BIG_ENDIAN 4321
> #define PY_BYTE_ORDER <either little or big endian>

Ouch, sounds confusing. I would rather have PY_LITTLE_ENDIAN defined only on little-endian machines and PY_BIG_ENDIAN only on big-endian machines.
(and PY_BYTE_ORDER isn't necessary)
History
Date User Action Args
2012-10-08 18:32:11pitrousetrecipients: + pitrou, christian.heimes, serhiy.storchaka
2012-10-08 18:32:11pitrousetmessageid: <1349721131.22.0.838179650467.issue16166@psf.upfronthosting.co.za>
2012-10-08 18:32:11pitroulinkissue16166 messages
2012-10-08 18:32:11pitroucreate