[issue29753] Ctypes Packing Bitfields Incorrectly - Linux

Charles Machalow report at bugs.python.org
Fri Nov 17 21:59:28 EST 2017


Charles Machalow <csm10495 at gmail.com> added the comment:

All of Python is implicitly cross platform. If something isn't actually cross platform, it should be mentioned explicitly in the documentation. For example see the mmap documentation, it explicitly say on Unix it does X, on Windows it does Y. We should be as explicit as possible for ctypes to say on Windows we expect packing like X (GCC) and on Linux we expect packing like Y (VC++).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29753>
_______________________________________


More information about the Python-bugs-list mailing list