]> 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:39:40 +0000 (20:39 +0200)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 2 Sep 2011 18:39:40 +0000 (20:39 +0200)
commit02dd539dbb2ed51165f4c8138ab16f3498877971
treee7819436d5b5d435e760526255844ea2d93483bd
parent172f374a63bfc61f71ee925463927a81350b66da
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