New submission from Rémi Lapeyre <[email protected]>: 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.
---------- components: Library (Lib) messages: 370762 nosy: remi.lapeyre priority: normal severity: normal status: open title: multiprocess.Lock is missing the locked() method versions: Python 3.10 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40872> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
