]> granicus.if.org Git - python/commit
[2.7] 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 06:52:44 +0000 (23:52 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 06:52:44 +0000 (09:52 +0300)
commit9bfa55bfea60553831e99dbbca6a7c7d1065fd4b
tree13cbbc83a4da7f5fa8f680559935d14b7af67ca1
parent81691b05484a68df9cebb1310dd7dcabb3c6eb0a
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3780)

(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