]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
authorMeador Inge <meadori@gmail.com>
Thu, 19 Jul 2012 04:51:05 +0000 (23:51 -0500)
committerMeador Inge <meadori@gmail.com>
Thu, 19 Jul 2012 04:51:05 +0000 (23:51 -0500)
commit25be3f68e02b06c43dfa9eb831fddd69fa33fc64
tree1e0877ac644adf95301438e2019d96ea30c4ad33
parent59488d233bb663af24492759fd0316ab499200d0
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Lib/ctypes/test/test_bitfields.py
Misc/NEWS
Modules/_ctypes/cfield.c