This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients alexandre.vassalotti, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-11-25.13:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151125130814.87881.57345@psf.io>
In-reply-to
Content
New changeset c85eca74f3a5 by Serhiy Storchaka in branch '3.4':
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
https://hg.python.org/cpython/rev/c85eca74f3a5

New changeset 88ad2b8480b1 by Serhiy Storchaka in branch '3.5':
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
https://hg.python.org/cpython/rev/88ad2b8480b1

New changeset 935debb548a3 by Serhiy Storchaka in branch 'default':
Issue #25725: Fixed a reference leak in pickle.loads() when unpickling
https://hg.python.org/cpython/rev/935debb548a3

New changeset 9a4db1ac5e10 by Serhiy Storchaka in branch '2.7':
Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling
https://hg.python.org/cpython/rev/9a4db1ac5e10
History
Date User Action Args
2015-11-25 13:08:53python-devsetrecipients: + python-dev, pitrou, vstinner, alexandre.vassalotti, serhiy.storchaka
2015-11-25 13:08:53python-devlinkissue25725 messages
2015-11-25 13:08:53python-devcreate