This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arkady M
Recipients Arkady M, davin, iritkatriel, pitrou
Date 2020-08-10.09:04:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597050254.44.0.0431652517789.issue40860@roundup.psfhosted.org>
In-reply-to
Content
"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.
History
Date User Action Args
2020-08-10 09:04:14Arkady Msetrecipients: + Arkady M, pitrou, davin, iritkatriel
2020-08-10 09:04:14Arkady Msetmessageid: <1597050254.44.0.0431652517789.issue40860@roundup.psfhosted.org>
2020-08-10 09:04:14Arkady Mlinkissue40860 messages
2020-08-10 09:04:14Arkady Mcreate