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 serhiy.storchaka
Recipients Eric.Busboom, jcea, serhiy.storchaka
Date 2012-11-05.17:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352137012.46.0.245401453868.issue16408@psf.upfronthosting.co.za>
In-reply-to
Content
No, this is not a duplicate.  ZipExtFile.close() closes a file handle, but ZipExtFile.close() is not used here.  I see also some possible FD leaks in ZipFile.open().  It will be good to fix all them in this issue.  If no one will make a patch for this easy issue, I'll do it.
History
Date User Action Args
2012-11-05 17:36:52serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, Eric.Busboom
2012-11-05 17:36:52serhiy.storchakasetmessageid: <1352137012.46.0.245401453868.issue16408@psf.upfronthosting.co.za>
2012-11-05 17:36:52serhiy.storchakalinkissue16408 messages
2012-11-05 17:36:52serhiy.storchakacreate