]> granicus.if.org Git - python/commit
bpo-31095: Fix potential crash during GC (GH-3197)
authorINADA Naoki <methane@users.noreply.github.com>
Mon, 4 Sep 2017 03:31:41 +0000 (12:31 +0900)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 03:31:41 +0000 (12:31 +0900)
commit4cde4bdcc86cb08ee3847500a172cc24eba37ffe
treecfc4c00f39f0cc6e9fec1e9756cf81c059ff9d6a
parent990b2d043cdfaafc3378550f7d27259410a6b918
bpo-31095: Fix potential crash during GC (GH-3197)

(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)
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/_functoolsmodule.c
Modules/_io/bytesio.c
Modules/_json.c
Modules/_ssl.c
Objects/dictobject.c
Objects/setobject.c