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.

classification
Title: multiprocess.Lock is missing the locked() method
Type: Stage: patch review
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: remi.lapeyre
Priority: normal Keywords: patch

Created on 2020-06-05 13:46 by remi.lapeyre, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 20651 open remi.lapeyre, 2020-06-05 13:50
Messages (1)
msg370762 - (view) Author: Rémi Lapeyre (remi.lapeyre) * Date: 2020-06-05 13:46
multiprocessing is supposed to be a drop-in replacement for the threading module and multiprocessing.Lock() is advertised as a "a close analog of threading.Lock." but it is missing the locked() method that returns whether the current status of the lock.
History
Date User Action Args
2022-04-11 14:59:32adminsetgithub: 85049
2020-06-05 13:50:59remi.lapeyresetkeywords: + patch
stage: patch review
pull_requests: + pull_request19871
2020-06-05 13:46:27remi.lapeyrecreate