Joey Harrington added the comment:

It would be nice if there was at least a warning in the docs that make_archive 
is not thread-safe, and that if you have two threads creating archives that 
it's extremely likely you'll get erroneous results since the race condition 
lasts for the entire duration of the archive creation.

----------
nosy: +Joey Harrington

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

Reply via email to