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

Ben report at bugs.python.org
Fri May 29 09:25:00 EDT 2020


New submission from Ben <benjsimner at gmail.com>:

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 (Lock, Semaphore, Event, etc)

Are they thread-safe?  Should the docs say whether they are or are not?

----------
assignee: docs at python
components: Documentation
messages: 370310
nosy: bjs, docs at python
priority: normal
severity: normal
status: open
title: Multiprocessing docs don't describe thread-safety

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40815>
_______________________________________


More information about the New-bugs-announce mailing list