Arkady <lary...@gmail.com> added the comment:

"documentation of thread safety" 

I find it surprising that a module called "multiprocessing" has not a thread 
safe API.

If this is inevitable, I guess that's the life. I expect nothing less that a 
bold bright red font at the top of the document page. 

Protecting a call to join() with a mutex would impact latency of the API: the 
slowest subprocess can win the race.

----------

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

Reply via email to