commit | 9b20e27c01ad995c3950f90dae003437a64f4092 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:43:59 2011 +0200 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Sep 02 20:43:59 2011 +0200 |
tree | 97cf5118cfdedfe325b124a1a294e91775dcf811 | |
parent | 0b6b1c3fb5423bdde5a86284ad2fa98b8b031321 [diff] [blame] | |
parent | 02dd539dbb2ed51165f4c8138ab16f3498877971 [diff] [blame] |
Merge from 3.2: 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 d83c122..215bc84 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1240,6 +1240,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