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 furkanonder
Recipients abarry, furkanonder, scoder, serhiy.storchaka
Date 2020-05-06.22:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588804783.4.0.150167895962.issue25707@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8.2 (default, Apr  8 2020, 14:31:25) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.etree.ElementTree as ET
>>> import gc
>>> ET.iterparse('/dev/null')
<xml.etree.ElementTree.iterparse.<locals>.IterParseIterator object at 0x7fb96f679d00>
>>> gc.collect()
34

The warning(__main__:1: ResourceWarning: unclosed file <_io.BufferedReader name='/dev/null'>) is no longer available in python3.8.2
History
Date User Action Args
2020-05-06 22:39:43furkanondersetrecipients: + furkanonder, scoder, serhiy.storchaka, abarry
2020-05-06 22:39:43furkanondersetmessageid: <1588804783.4.0.150167895962.issue25707@roundup.psfhosted.org>
2020-05-06 22:39:43furkanonderlinkissue25707 messages
2020-05-06 22:39:43furkanondercreate