This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Implement handling of sys.byteorder
conditional #1540
Closed
Description
Implement handling of sys.byteorder
. Relevant to ctypes
ie
if sys.byteorder == "little":
_OTHER_ENDIAN = "__ctype_be__"
LittleEndianStructure = Structure
...
Related #633