[issue40815] Multiprocessing docs don't describe thread-safety

2020-08-17 Thread Irit Katriel
Irit Katriel added the comment: Probably another example: issue41567 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40815] Multiprocessing docs don't describe thread-safety

2020-08-10 Thread Irit Katriel
Irit Katriel added the comment: Here's an example where such documentation may have helped: https://bugs.python.org/issue40860 -- nosy: +iritkatriel ___ Python tracker ___

[issue40815] Multiprocessing docs don't describe thread-safety

2020-05-29 Thread Alan Briolat
Change by Alan Briolat : -- nosy: +alan.briolat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40815] Multiprocessing docs don't describe thread-safety

2020-05-29 Thread Ben
New submission from Ben : The Multiprocessing docs specifically say that Queue is process- and thread- safe: https://docs.python.org/3/library/multiprocessing.html#exchanging-objects-between-processes. But this information is not given for the various synchronisation primitives and such