[issue35502] Memory leak in xml.etree.ElementTree.iterparse
New submission from Jess Johnson : When given xml that that would raise a ParseError, but parsing is stopped before the ParseError is raised, xml.etree.ElementTree.iterparse leaks memory. Example: import gc from io import StringIO import xml.etree.ElementTree as etree import objgraph def
[issue35502] Memory leak in xml.etree.ElementTree.iterparse
Change by Jess Johnson : -- versions: +Python 3.6 ___ Python tracker <https://bugs.python.org/issue35502> ___ ___ Python-bugs-list mailing list Unsubscribe: