Message172400
| 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:11 | pitrou | set | recipients: + pitrou, christian.heimes, serhiy.storchaka |
| 2012-10-08 18:32:11 | pitrou | set | messageid: <1349721131.22.0.838179650467.issue16166@psf.upfronthosting.co.za> |
| 2012-10-08 18:32:11 | pitrou | link | issue16166 messages |
| 2012-10-08 18:32:11 | pitrou | create | |