]> granicus.if.org Git - python/commit
bpo-31095: fix potential crash during GC (GH-2974)
authorINADA Naoki <methane@users.noreply.github.com>
Thu, 24 Aug 2017 05:55:17 +0000 (14:55 +0900)
committerGitHub <noreply@github.com>
Thu, 24 Aug 2017 05:55:17 +0000 (14:55 +0900)
commita6296d34a478b4f697ea9db798146195075d496c
tree6a26d56297f7d85dd6a8f18bca96e0c4ffb60802
parentbf9075a0c55186d2f34df63e6c8512dd6414ff4b
bpo-31095: fix potential crash during GC (GH-2974)
14 files changed:
Doc/extending/newtypes.rst
Doc/includes/noddy4.c
Misc/NEWS.d/next/Core and Builtins/2017-08-01-18-48-30.bpo-31095.bXWZDb.rst [new file with mode: 0644]
Modules/_collectionsmodule.c
Modules/_elementtree.c
Modules/_functoolsmodule.c
Modules/_io/bytesio.c
Modules/_json.c
Modules/_ssl.c
Modules/_struct.c
Objects/dictobject.c
Objects/setobject.c
Parser/asdl_c.py
Python/Python-ast.c