eryksun added the comment:

No, ctypes.Structure should use native endianness. So on a little-endian it's 
the same as ctypes.LittleEndianStructure, and on a big-endian system it's the 
same as ctypes.BigEndianStructure. ARM processors can work in either mode. 
IIRC, the Raspberry Pi is built as a little-endian system. Check sys.byteorder 
to be sure.

----------
stage:  -> resolved

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to