]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41984: GC track all user classes (GH-22701/GH-22702)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Oct 2020 03:38:25 +0000 (20:38 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 03:38:25 +0000 (20:38 -0700)
commitd197b2bb3e401bed53987b65a7ceb6c712c4f5bd
treeeb6a228d93fb633b7fd2719b1ad37e8c4c0bf593
parentf07448bef48d645c8cee862b1f25a99003a6140e
bpo-41984: GC track all user classes (GH-22701/GH-22702)

(cherry picked from commit c13b847a6f913b72eeb71651ff626390b738d973)
Lib/test/test_finalization.py
Lib/test/test_gc.py
Misc/NEWS.d/next/Core and Builtins/2020-10-14-16-19-43.bpo-41984.SEtKMr.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c