Christian Heimes added the comment:

In my opinion it's fine to document Python's XML parser as not thread-safe and 
leave locking to the user. Any fancy locking or tracking is going to make it 
slower for users. Any it takes a lot of effort to implement the feature, too. 
lxml offers a faster XML parser with multi-threading support.

----------
nosy: +christian.heimes

_______________________________________
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