Amaury Forgeot d'Arc added the comment:

Expat is not thread-safe at the object level, a single Parser cannot be used 
from multiple threads.
Pyexpat could add locks to Parser objects.

----------
nosy: +amaury.forgeotdarc
stage:  -> needs patch

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

Reply via email to