Eli Bendersky added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to