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 gregory.p.smith
Recipients Arfrever, georg.brandl, gregory.p.smith, larry, paul.moore, steve.dower
Date 2014-02-16.18:25:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392575152.27.0.393198772179.issue20621@psf.upfronthosting.co.za>
In-reply-to
Content
if you look at the zipimport.c file log there was one additional tiny change to fix a potential memory leak made after the change I suggested backing out:
http://hg.python.org/cpython/log/fb5f4cfc3230/Modules/zipimport.c

anyways, yes, backing up to the change before the ones i suggested backing out is the right thing to do.  patches attached though I don't have a reproduction case to confirm the problem and subsequent lack of problem yet.
History
Date User Action Args
2014-02-16 18:25:53gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, paul.moore, larry, Arfrever, steve.dower
2014-02-16 18:25:52gregory.p.smithsetmessageid: <1392575152.27.0.393198772179.issue20621@psf.upfronthosting.co.za>
2014-02-16 18:25:52gregory.p.smithlinkissue20621 messages
2014-02-16 18:25:52gregory.p.smithcreate