]> granicus.if.org Git - python/commit
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Sep 2017 04:37:37 +0000 (21:37 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 04:37:37 +0000 (07:37 +0300)
commitbdb215b18a42360b6a9c82876fa71f19ca1a416d
tree6959fda40daef25cb1b0792b0b08671506f0450c
parentf0db2dfda777ad3380e7816cabe4c4240f31687f
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774)

(cherry picked from commit 30b61b51e05d2d43e8e2e783b0a9df738535423b)
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