]> granicus.if.org Git - python/commit
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 2 Sep 2011 18:32:23 +0000 (20:32 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 2 Sep 2011 18:32:23 +0000 (20:32 +0200)
commitcf316a171e562a7bb7490749818ddb3174a295b1
tree64577802d6596baedb2817e684defc4079147668
parenta95d19efa62645adc1adb2c7cd9861a1856b41c2
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
a string.
Lib/ctypes/test/test_structures.py
Misc/NEWS
Modules/_ctypes/stgdict.c