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 eli.bendersky
Recipients eli.bendersky, ezio.melotti, scoder
Date 2013-05-20.12:56:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369054585.78.0.555020223803.issue17024@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it doesn't seem that expat cares too much about propagating errors from every single handler. Digging in its code comments, it says that even when XML_StopParser is called, some event handlers (like the one for "end element") may still be called since otherwise they will be lost.

I don't know if this is important enough to muck with the way expat does things internally - I would expect this problem to exist in all Python XML modules that use expat.
History
Date User Action Args
2013-05-20 12:56:25eli.benderskysetrecipients: + eli.bendersky, scoder, ezio.melotti
2013-05-20 12:56:25eli.benderskysetmessageid: <1369054585.78.0.555020223803.issue17024@psf.upfronthosting.co.za>
2013-05-20 12:56:25eli.benderskylinkissue17024 messages
2013-05-20 12:56:25eli.benderskycreate