]> granicus.if.org Git - python/commit
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
authorChristian Heimes <christian@cheimes.de>
Wed, 17 Oct 2012 21:52:17 +0000 (23:52 +0200)
committerChristian Heimes <christian@cheimes.de>
Wed, 17 Oct 2012 21:52:17 +0000 (23:52 +0200)
commit743e0cd6b5d59767aae2524700857f188ca1e80e
tree89897c0424a3b361e04d451e2b3a64e5c7c17756
parent1e9af84e2ef41115dd07d00b57e5a2a7041bfeed
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
endianess detection and handling.
15 files changed:
Include/pyport.h
Misc/NEWS
Modules/_io/textio.c
Modules/_sha3/cleanup.py
Modules/_sha3/keccak/KeccakF-1600-opt32.c
Modules/_sha3/keccak/KeccakF-1600-opt64.c
Modules/_sha3/sha3module.c
Modules/_struct.c
Modules/arraymodule.c
Modules/sha256module.c
Modules/sha512module.c
Objects/longobject.c
Objects/stringlib/codecs.h
Objects/unicodeobject.c
Python/sysmodule.c