diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2020-10-15 01:44:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 01:44:07 (GMT) |
commit | c13b847a6f913b72eeb71651ff626390b738d973 (patch) | |
tree | b5cc26798d51fd3a93fd8cea1c5177fba49ddd94 /Misc | |
parent | 302b6166fbb15c51f58b040c62e987d486742189 (diff) | |
download | cpython-c13b847a6f913b72eeb71651ff626390b738d973.zip cpython-c13b847a6f913b72eeb71651ff626390b738d973.tar.gz cpython-c13b847a6f913b72eeb71651ff626390b738d973.tar.bz2 |
bpo-41984: GC track all user classes (GH-22701)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-10-14-16-19-43.bpo-41984.SEtKMr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-10-14-16-19-43.bpo-41984.SEtKMr.rst b/Misc/NEWS.d/next/Core and Builtins/2020-10-14-16-19-43.bpo-41984.SEtKMr.rst new file mode 100644 index 0000000..e70d5dc --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-10-14-16-19-43.bpo-41984.SEtKMr.rst @@ -0,0 +1,2 @@ +The garbage collector now tracks all user-defined classes. Patch by Brandt +Bucher. |