diff options
author | Pierre Glaser <pierreglaser@msn.com> | 2020-02-02 18:55:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 18:55:21 (GMT) |
commit | 0f2f35e15f9fbee44ce042b724348419d8136bc5 (patch) | |
tree | 5e97ddf0e6fa7b08990923bd77c22623a4779a80 /Misc | |
parent | 339fd46cb764277cbbdc3e78dcc5b45b156bb6ae (diff) | |
download | cpython-0f2f35e15f9fbee44ce042b724348419d8136bc5.zip cpython-0f2f35e15f9fbee44ce042b724348419d8136bc5.tar.gz cpython-0f2f35e15f9fbee44ce042b724348419d8136bc5.tar.bz2 |
bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance (GH-18266)
This also needs a backport to 3.8
https://bugs.python.org/issue39492
Automerge-Triggered-By: @pitrou
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-01-30-01-14-42.bpo-39492.eTuy0F.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-01-30-01-14-42.bpo-39492.eTuy0F.rst b/Misc/NEWS.d/next/Core and Builtins/2020-01-30-01-14-42.bpo-39492.eTuy0F.rst new file mode 100644 index 0000000..6e8b715 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-01-30-01-14-42.bpo-39492.eTuy0F.rst @@ -0,0 +1 @@ +Fix a reference cycle in the C Pickler that was preventing the garbage collection of deleted, pickled objects.
\ No newline at end of file |