Message93786
This (old) patch needs some work:
- unit tests are neeeded.
- it it not enough to return NULL when XML_ParserReset() returns an
error; a python exception must be raised.
- "This function may not be used on a parser created using
XML_ExternalEntityParserCreate": if XML_ParserReset() does not check it
properly, we should ensure that an exception is properly raised.
- "How many of the struct elements do I need to reset?": this should be
worked out. And I'm not convinced that self->intern should be reset. |
|
Date |
User |
Action |
Args |
2009-10-09 12:11:32 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, nnorwitz, zseil, eikenberry |
2009-10-09 12:11:32 | amaury.forgeotdarc | set | messageid: <1255090292.05.0.972008680835.issue1208730@psf.upfronthosting.co.za> |
2009-10-09 12:11:30 | amaury.forgeotdarc | link | issue1208730 messages |
2009-10-09 12:11:30 | amaury.forgeotdarc | create | |
|