]> 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 18:26:05 +0000 (18:26 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 24 Sep 2008 18:26:05 +0000 (18:26 +0000)
commita85c95d5e85e1d6886d1260b88221c2a31686a55
treecfedbc3bc8888d127de4e0c4a133105da3630bcf
parent8798c90df2b2d77ddb76611c0ea4be463c543f2b
Fix issue #3547: ctypes is confused by bitfields of varying integer types

Reviewed by Fredrik Lundh and Skip Montanaro.
Lib/ctypes/test/test_bitfields.py
Misc/NEWS
Modules/_ctypes/cfield.c