]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41984: GC track all user classes (GH-22701)
authorBrandt Bucher <brandtbucher@gmail.com>
Thu, 15 Oct 2020 01:44:07 +0000 (18:44 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Oct 2020 01:44:07 +0000 (18:44 -0700)
commitc13b847a6f913b72eeb71651ff626390b738d973
treeb5cc26798d51fd3a93fd8cea1c5177fba49ddd94
parent302b6166fbb15c51f58b040c62e987d486742189
bpo-41984: GC track all user classes (GH-22701)
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