commit | cf316a171e562a7bb7490749818ddb3174a295b1 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:32:23 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:32:23 2011 +0200 |
tree | 64577802d6596baedb2817e684defc4079147668 | |
parent | a95d19efa62645adc1adb2c7cd9861a1856b41c2 [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 8c77c9f..6d57532 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -180,6 +180,9 @@ Extension Modules ----------------- +- Issue #12764: Fix a crash in ctypes when the name of a Structure field is not + a string. + - Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to some functions like file.write().