]> granicus.if.org Git - python/commit
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Nov 2017 20:48:31 +0000 (22:48 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Nov 2017 20:48:31 +0000 (22:48 +0200)
commit986375ebde0dd5ff2b7349e445a06bd28a3a8ee2
treeee67e631e514c34a9cee64c648b6539da94d3fbd
parentbc8ac6b00efcb3c601224b73f64071281f434bcd
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080)

with the persistent_id() and persistent_load() methods.
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