Message255164
| 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:12 | abarry | set | recipients: + abarry, serhiy.storchaka |
| 2015-11-23 14:17:12 | abarry | set | messageid: <1448288232.73.0.618998054191.issue25707@psf.upfronthosting.co.za> |
| 2015-11-23 14:17:12 | abarry | link | issue25707 messages |
| 2015-11-23 14:17:12 | abarry | create | |