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.

Author remi.lapeyre
Recipients remi.lapeyre
Date 2020-06-05.13:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591364787.91.0.202130651791.issue40872@roundup.psfhosted.org>
In-reply-to
Content
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
2020-06-05 13:46:27remi.lapeyresetrecipients: + remi.lapeyre
2020-06-05 13:46:27remi.lapeyresetmessageid: <1591364787.91.0.202130651791.issue40872@roundup.psfhosted.org>
2020-06-05 13:46:27remi.lapeyrelinkissue40872 messages
2020-06-05 13:46:27remi.lapeyrecreate