summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-07-28-20-48-05.bpo-41422.iMwnMu.rst
blob: 8bde68f8f2afc8ca6b07a8d4937f5aea23eb32f8 (plain)
1
2
Fixed memory leaks of :class:`pickle.Pickler` and :class:`pickle.Unpickler` involving cyclic references via the
internal memo mapping.