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 serhiy.storchaka
Recipients Arfrever, christian.heimes, jcea, ned.deily, pitrou, python-dev, rpetrov, serhiy.storchaka, vstinner
Date 2012-10-19.17:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201210192042.57290.storchaka@gmail.com>
In-reply-to <1350667660.05.0.959749218105.issue16166@psf.upfronthosting.co.za>
Content
> Instead of using macro values, I would rather define ONLY a single macro,
> PY_LITTLE_ENDIAN or PY_BIG_ENDIAN.

Time machine strikes back.

#ifdef WORDS_BIGENDIAN
History
Date User Action Args
2012-10-19 17:43:13serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, pitrou, vstinner, christian.heimes, ned.deily, rpetrov, Arfrever, python-dev
2012-10-19 17:43:13serhiy.storchakalinkissue16166 messages
2012-10-19 17:43:13serhiy.storchakacreate