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.

作者 jcea
收信人 Arfrever, christian.heimes, jcea, ned.deily, pitrou, python-dev, rpetrov, serhiy.storchaka, vstinner
日期 2012-10-19.17:27:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1350667660.05.0.959749218105.issue16166@psf.upfronthosting.co.za>
In-reply-to
内容
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".
历史
日期 用户 动作 参数
2012-10-19 17:27:40jcea修改recipients: + jcea, pitrou, vstinner, christian.heimes, ned.deily, rpetrov, Arfrever, python-dev, serhiy.storchaka
2012-10-19 17:27:40jcea修改messageid: <1350667660.05.0.959749218105.issue16166@psf.upfronthosting.co.za>
2012-10-19 17:27:40jcea链接issue16166 messages
2012-10-19 17:27:39jcea创建