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 vstinner
Recipients Oren Milman, vstinner
Date 2017-10-09.15:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507561581.16.0.213398074469.issue31723@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c0cabc23bbe474d542ff8a4f1243f4ec3cce5549 by Victor Stinner (Oren Milman) in branch 'master':
bpo-31723: Fix refleaks when zipimporter.__init__() is called more than once (GH-3919)
https://github.com/python/cpython/commit/c0cabc23bbe474d542ff8a4f1243f4ec3cce5549
History
Date User Action Args
2017-10-09 15:06:21vstinnersetrecipients: + vstinner, Oren Milman
2017-10-09 15:06:21vstinnersetmessageid: <1507561581.16.0.213398074469.issue31723@psf.upfronthosting.co.za>
2017-10-09 15:06:21vstinnerlinkissue31723 messages
2017-10-09 15:06:21vstinnercreate