]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue #3547: ctypes is confused by bitfields of varying integer types
authorThomas Heller <theller@ctypes.org>
Wed, 24 Sep 2008 19:00:21 +0000 (19:00 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 24 Sep 2008 19:00:21 +0000 (19:00 +0000)
commit8e97ea9c6b079716c3400b51c6fd262329b68b96
tree8c7f472fba85108eea03a0c01500eff26439d181
parenta7a94a0a21030998eda42140ccec3df00af14cd3
Fix issue #3547: ctypes is confused by bitfields of varying integer types

Reviewed by Fredrik Lundh and Skip Montanaro.

Backport from trunk.
Lib/ctypes/test/test_bitfields.py
Misc/NEWS
Modules/_ctypes/cfield.c