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 eli.bendersky, scoder, serhiy.storchaka
Date 2015-11-21.11:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448104293.18.0.824435970603.issue25688@psf.upfronthosting.co.za>
In-reply-to
Content
ElementTree.iterparse() can leak internally open file in case of error. Proposed patch fixes the leak.
History
Date User Action Args
2015-11-21 11:11:33serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, eli.bendersky
2015-11-21 11:11:33serhiy.storchakasetmessageid: <1448104293.18.0.824435970603.issue25688@psf.upfronthosting.co.za>
2015-11-21 11:11:33serhiy.storchakalinkissue25688 messages
2015-11-21 11:11:33serhiy.storchakacreate