[issue17970] Mutlithread XML parsing cause segfault

Antoine Pitrou report at bugs.python.org
Sat May 18 18:20:47 CEST 2013


Antoine Pitrou added the comment:

I agree with Amaury, multi-threaded parsing should definitely not crash. Adding a lock should be quite easy. I wonder what would be the effect on performance, if there are lots of backs and forths between expat and Python.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17970>
_______________________________________


More information about the Python-bugs-list mailing list