]> granicus.if.org Git - python/commit
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Nov 2017 21:30:39 +0000 (13:30 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Nov 2017 21:30:39 +0000 (23:30 +0200)
commitc91bf742e542dceaf71042a44b5a04fb08bdda70
tree62e67f011c71a087b565bc6a12928938ab6a2daa
parent92a2c07b71aefc01f84ba4b0eda8e2a45c1a6b65
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653)

with the persistent_id() and persistent_load() methods.
(cherry picked from commit 986375ebde0dd5ff2b7349e445a06bd28a3a8ee2)
Lib/test/test_pickle.py
Misc/NEWS.d/next/Library/2017-10-23-12-05-33.bpo-28416.Ldnw8X.rst [new file with mode: 0644]
Modules/_pickle.c