[issue24859] ctypes.Structure bit order is reversed - counts from right
zeero
report at bugs.python.org
Sat Aug 15 18:53:22 CEST 2015
zeero added the comment:
Thanks for the advise. I'll give it a try.
So ctypes.Structure is always little endian regardless from the underlying architecture.
I just checked on a raspberry pi 2 that should be a big endian device, and got the same results as before.
I'm still not sure if it's right that ctypes.Structure swaps the order of the bit items but apparently it's the intended behaviour.
I'll close the issue then. Thanks again.
----------
resolution: -> not a bug
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24859>
_______________________________________
More information about the Python-bugs-list
mailing list