]> granicus.if.org Git - python/commit
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined...
authorOren Milman <orenmn@gmail.com>
Sun, 17 Sep 2017 10:45:38 +0000 (13:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Sep 2017 10:45:38 +0000 (13:45 +0300)
commit30b61b51e05d2d43e8e2e783b0a9df738535423b
tree22ec0ba4927cde5bf880a95acc33829e446408f1
parenta6bb313c70f8619e6dc4af5cef7d73fa3bbd59ca
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (#3615)
Lib/ctypes/test/test_anon.py
Misc/NEWS.d/next/Core and Builtins/2017-09-16-13-32-35.bpo-31490.r7m2sj.rst [new file with mode: 0644]
Modules/_ctypes/stgdict.c