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 eli.bendersky, martin.panter, python-dev, scoder, serhiy.storchaka
Date 2015-11-23.13:47:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151123134704.130871.22862@psf.io>
In-reply-to
Content
New changeset 6e23777948f3 by Serhiy Storchaka in branch '3.4':
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
https://hg.python.org/cpython/rev/6e23777948f3

New changeset 267d04459ba3 by Serhiy Storchaka in branch '3.5':
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
https://hg.python.org/cpython/rev/267d04459ba3

New changeset d841205776fe by Serhiy Storchaka in branch 'default':
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
https://hg.python.org/cpython/rev/d841205776fe

New changeset 09a8ac75b351 by Serhiy Storchaka in branch '2.7':
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
https://hg.python.org/cpython/rev/09a8ac75b351
History
Date User Action Args
2015-11-23 13:47:11python-devsetrecipients: + python-dev, scoder, eli.bendersky, martin.panter, serhiy.storchaka
2015-11-23 13:47:11python-devlinkissue25688 messages
2015-11-23 13:47:11python-devcreate