Message93785
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). |
|
Date |
User |
Action |
Args |
2009-10-09 12:04:59 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, ocean-city, andybalaam, realpolitik |
2009-10-09 12:04:58 | amaury.forgeotdarc | set | messageid: <1255089898.85.0.50907131156.issue6676@psf.upfronthosting.co.za> |
2009-10-09 12:04:56 | amaury.forgeotdarc | link | issue6676 messages |
2009-10-09 12:04:56 | amaury.forgeotdarc | create | |
|