Skip to content
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
@MikhailArkhipov

Description

@MikhailArkhipov

Implement handling of sys.byteorder. Relevant to ctypes ie

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

Related #633

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions