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 realpolitik
Recipients realpolitik
Date 2009-08-10.16:23:24
SpamBayes Score 3.6041904e-05
Marked as misclassified No
Message-id <1249921405.95.0.689815480815.issue6676@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using the Expat python interface to parse multiple XML files in an
application and have found that it throws a "Memory Error" exception if
multiple calls are made to xmlparser.ParseFile(file) on the same
xmlparser object. This occurs even with a vanilla xmlparser object
created with xml.parsers.expat.ParserCreate().

Python Version: 2.6.2
Operating System: Ubuntu
History
Date User Action Args
2009-08-10 16:23:26realpolitiksetrecipients: + realpolitik
2009-08-10 16:23:25realpolitiksetmessageid: <1249921405.95.0.689815480815.issue6676@psf.upfronthosting.co.za>
2009-08-10 16:23:24realpolitiklinkissue6676 messages
2009-08-10 16:23:24realpolitikcreate