Uh oh!
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.
multiprocessing.[R]Lock.locked() method should be add to multiprocessing.[Bounded]Semaphore classes documentation. #132795
Documentation
As the new public
lockedmethod has been add to themultiprocessing.SemLockbase class, this method is also available formultiprocessing.[Bounded]Semaphore, as currently formultprocessing.[R]Lockclasses.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
AcquirerProxyobject has no attributelocked#115942lockedto several multiprocessing locks #115944Lockedpublic method tomultiprocessing.[Bounded]Semaphore#133299multiprocessing.Semaphore.locked(GH-133299) #142111