commit | 02dd539dbb2ed51165f4c8138ab16f3498877971 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:39:40 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:39:40 2011 +0200 |
tree | e7819436d5b5d435e760526255844ea2d93483bd | |
parent | 172f374a63bfc61f71ee925463927a81350b66da [diff] [blame] |
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not a string.
diff --git a/Misc/NEWS b/Misc/NEWS index c74cb55..f489ab257 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -193,6 +193,9 @@ Extension Modules ----------------- +- Issue #12764: Fix a crash in ctypes when the name of a Structure field is not + a string. + - Issue #11241: subclasses of ctypes.Array can now be subclassed. - Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to