This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zeero
Recipients eryksun, martin.panter, zeero
Date 2015-08-15.16:53:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439657602.96.0.970279420833.issue24859@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-15 16:53:22zeerosetrecipients: + zeero, martin.panter, eryksun
2015-08-15 16:53:22zeerosetmessageid: <1439657602.96.0.970279420833.issue24859@psf.upfronthosting.co.za>
2015-08-15 16:53:22zeerolinkissue24859 messages
2015-08-15 16:53:22zeerocreate