The new public multiprocessing.[R]Lock.locked()
method should be add to multiprocessing.[Bounded]Semaphore
classes documentation.
#132795
Labels
Uh oh!
There was an error while loading. Please reload this page.
Documentation
As the new public
locked
method has been add to themultiprocessing.SemLock
base class, this method is also available formultiprocessing.[Bounded]Semaphore
, as currently formultprocessing.[R]Lock
classes.The documentation should be updated by adding an entry for each class as below:
cpython/Doc/library/multiprocessing.rst
Lines 1424 to 1428 in e846244
Linked issue/PR
AcquirerProxy
object has no attributelocked
#115942locked
to several multiprocessing locks #115944Locked
public method tomultiprocessing.[Bounded]Semaphore
#133299The text was updated successfully, but these errors were encountered: