[issue6676] expat parser throws Memory Error when parsing multiple files

Andy Balaam report at bugs.python.org
Fri Oct 9 10:26:51 CEST 2009


Andy Balaam <mail at artificialworlds.net> added the comment:

Just in case it wasn't obvious - the workaround is to create a new
parser (with xml.parsers.expat.ParserCreate()) for every XML file you
want to parse.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6676>
_______________________________________


More information about the Python-bugs-list mailing list