Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Implement handling of sys.byteorder conditional #1540

Closed
MikhailArkhipov opened this issue Sep 12, 2019 · 1 comment
Closed

Implement handling of sys.byteorder conditional #1540

MikhailArkhipov opened this issue Sep 12, 2019 · 1 comment
Assignees

Comments

@MikhailArkhipov
Copy link

Implement handling of sys.byteorder. Relevant to ctypes ie

if sys.byteorder == "little":
    _OTHER_ENDIAN = "__ctype_be__"
    LittleEndianStructure = Structure
...

Related #633

@MikhailArkhipov
Copy link
Author

#1482

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant