commit | 8e97ea9c6b079716c3400b51c6fd262329b68b96 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Sep 24 19:00:21 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Sep 24 19:00:21 2008 +0000 |
tree | 8c7f472fba85108eea03a0c01500eff26439d181 | |
parent | a7a94a0a21030998eda42140ccec3df00af14cd3 [diff] [blame] |
Fix issue #3547: ctypes is confused by bitfields of varying integer types Reviewed by Fredrik Lundh and Skip Montanaro. Backport from trunk.
diff --git a/Misc/NEWS b/Misc/NEWS index a4c2ef5..1a58dba 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -86,6 +86,9 @@ Library ------- +- Issue #3547: Fixed ctypes structures bitfields of varying integer + sizes. + - Issue #3762: platform.architecture() fails if python is lanched via its symbolic link.