Message172401
> 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)
Why use two complementary boolean variables for a single boolean value (Python
does not support mixed endian in any case)? There is WORDS_BIGENDIAN already. |
|
Date |
User |
Action |
Args |
2012-10-08 18:50:16 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, pitrou, christian.heimes |
2012-10-08 18:50:16 | serhiy.storchaka | link | issue16166 messages |
2012-10-08 18:50:16 | serhiy.storchaka | create | |
|