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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, andybalaam, ocean-city, realpolitik
Date 2009-10-09.12:04:56
SpamBayes Score 1.6465572e-05
Marked as misclassified No
Message-id <1255089898.85.0.50907131156.issue6676@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is good; a test would be appreciated.

The difference now is that in case of true low-memory conditions,
ExpatError("no memory") is raised instead of MemoryError.
This is acceptable IMO.

> It seems ParseFile() doesn't support second call
This is correct; the C expat library has a function XML_ParserReset()
which could be called before calling ParseFile() again, but pyexpat does
not expose it yet (see issue1208730).
History
Date User Action Args
2009-10-09 12:04:59amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city, andybalaam, realpolitik
2009-10-09 12:04:58amaury.forgeotdarcsetmessageid: <1255089898.85.0.50907131156.issue6676@psf.upfronthosting.co.za>
2009-10-09 12:04:56amaury.forgeotdarclinkissue6676 messages
2009-10-09 12:04:56amaury.forgeotdarccreate