summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-02 18:43:59 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2011-09-02 18:43:59 (GMT)
commit9b20e27c01ad995c3950f90dae003437a64f4092 (patch)
tree97cf5118cfdedfe325b124a1a294e91775dcf811 /Misc
parent0b6b1c3fb5423bdde5a86284ad2fa98b8b031321 (diff)
parent02dd539dbb2ed51165f4c8138ab16f3498877971 (diff)
downloadcpython-9b20e27c01ad995c3950f90dae003437a64f4092.zip
cpython-9b20e27c01ad995c3950f90dae003437a64f4092.tar.gz
cpython-9b20e27c01ad995c3950f90dae003437a64f4092.tar.bz2
Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a
Structure field is not a string.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d83c122..215bc84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1240,6 +1240,9 @@ Tools/Demos
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