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

Far less error prone!.

It is far fool-proof "#ifdef PY_LITTLE_ENDIAN" than "#if PY_LITTLE_ENDIAN".
History
Date User Action Args
2012-10-19 17:27:40jceasetrecipients: + jcea, pitrou, vstinner, christian.heimes, ned.deily, rpetrov, Arfrever, python-dev, serhiy.storchaka
2012-10-19 17:27:40jceasetmessageid: <1350667660.05.0.959749218105.issue16166@psf.upfronthosting.co.za>
2012-10-19 17:27:40jcealinkissue16166 messages
2012-10-19 17:27:39jceacreate