I\'m parsing an XML file which is too big to load into memory completely, so I am using an xml.etree.ElementTree.iterparse to parse it.
xml.etree.ElementTree.iterparse
The problem I\'m havi