]> granicus.if.org Git - python/commit
bpo-31095: fix potential crash during GC (GH-3195)
authorINADA Naoki <methane@users.noreply.github.com>
Mon, 4 Sep 2017 03:31:09 +0000 (12:31 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 03:31:09 +0000 (12:31 +0900)
commit2eea952b1b9ebbc2d94fd3faca1536c6b4963725
tree5262bce350c874f5397b8ad2ca2a6671cb4dd9d6
parent7d8282d25d4900dd3367daf28bb393be7f276729
bpo-31095: fix potential crash during GC (GH-3195)

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