]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39492: Fix a reference cycle between reducer_override and a Pickler instance...
authorPierre Glaser <pierreglaser@msn.com>
Sun, 2 Feb 2020 18:55:21 +0000 (19:55 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Feb 2020 18:55:21 +0000 (10:55 -0800)
commit0f2f35e15f9fbee44ce042b724348419d8136bc5
tree5e97ddf0e6fa7b08990923bd77c22623a4779a80
parent339fd46cb764277cbbdc3e78dcc5b45b156bb6ae
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
Lib/test/pickletester.py
Misc/NEWS.d/next/Core and Builtins/2020-01-30-01-14-42.bpo-39492.eTuy0F.rst [new file with mode: 0644]
Modules/_pickle.c