diff options
author | Meador Inge <meadori@gmail.com> | 2012-07-19 05:14:35 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-07-19 05:14:35 (GMT) |
commit | 7506dab2e8602ac5535aeadd885c18bcc572c236 (patch) | |
tree | fb8d11e6e52169d09c74309f3e5150c14ec33513 /Misc | |
parent | c958ca8f691624a15a9ff76fec44f54a6876d404 (diff) | |
parent | 60c2266afe82daab47779deed6f701902943d20e (diff) | |
download | cpython-7506dab2e8602ac5535aeadd885c18bcc572c236.zip cpython-7506dab2e8602ac5535aeadd885c18bcc572c236.tar.gz cpython-7506dab2e8602ac5535aeadd885c18bcc572c236.tar.bz2 |
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,9 @@ C API Extension Modules ----------------- +- Issue #6493: An issue in ctypes on Windows that caused structure bitfields + of type ctypes.c_uint32 and width 32 to incorrectly be set has been fixed. + - Issue #15194: Update libffi to the 3.0.11 release. Tools/Demos |