cpython/Misc/NEWS.d/next/Library/2020-07-28-20-48-05.bpo-414...

3 lines
135 B
ReStructuredText
Raw Normal View History

Fixed memory leaks of :class:`pickle.Pickler` and :class:`pickle.Unpickler` involving cyclic references via the
internal memo mapping.