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, eikenberry, loewis, nnorwitz, zseil
Date 2009-10-09.12:11:30
SpamBayes Score 3.6049464e-06
Marked as misclassified No
Message-id <1255090292.05.0.972008680835.issue1208730@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-10-09 12:11:32amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, nnorwitz, zseil, eikenberry
2009-10-09 12:11:32amaury.forgeotdarcsetmessageid: <1255090292.05.0.972008680835.issue1208730@psf.upfronthosting.co.za>
2009-10-09 12:11:30amaury.forgeotdarclinkissue1208730 messages
2009-10-09 12:11:30amaury.forgeotdarccreate