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 abarry
Recipients abarry, serhiy.storchaka
Date 2015-11-23.14:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448288232.73.0.618998054191.issue25707@psf.upfronthosting.co.za>
In-reply-to
Content
I am unable to reproduce the issue on Windows 7 with 3.5.0; I have tried opening a small (non-empty) text. Here's the result:


>>> import xml.etree.ElementTree as ET
>>> import gc
>>> ET.iterparse("E:/New.txt")
<xml.etree.ElementTree._IterParseIterator object at 0x0023ABB0>
>>> gc.collect()
59
History
Date User Action Args
2015-11-23 14:17:12abarrysetrecipients: + abarry, serhiy.storchaka
2015-11-23 14:17:12abarrysetmessageid: <1448288232.73.0.618998054191.issue25707@psf.upfronthosting.co.za>
2015-11-23 14:17:12abarrylinkissue25707 messages
2015-11-23 14:17:12abarrycreate