Message173348
| 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:40 | jcea | set | recipients: + jcea, pitrou, vstinner, christian.heimes, ned.deily, rpetrov, Arfrever, python-dev, serhiy.storchaka |
| 2012-10-19 17:27:40 | jcea | set | messageid: <1350667660.05.0.959749218105.issue16166@psf.upfronthosting.co.za> |
| 2012-10-19 17:27:40 | jcea | link | issue16166 messages |
| 2012-10-19 17:27:39 | jcea | create | |