Uh oh!
There was an error while loading. Please reload this page.
gh-115942: Add locked to several multiprocessing locks - #115944
Conversation
sobolevn
commented
Jun 3, 2024
@gpshead do you have an opinion about this? :) |
sobolevn
commented
Jun 21, 2024
friendly ping @gpshead |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: mpage <mpage@cs.stanford.edu>
Uh oh!
There was an error while loading. Please reload this page.
gpshead
commented
Mar 13, 2025
FWIW this PR makes sense to me. |
sobolevn
commented
Mar 13, 2025
Ok, then I will add all the missing details. Thanks a lot! 👍 |
Uh oh!
There was an error while loading. Please reload this page.
vstinner
left a comment
There was a problem hiding this comment.
Please add tests on threading.RLock.locked().
picnixz
left a comment
There was a problem hiding this comment.
Just some rewording. Otherwise, once tests requested by Victor are added, LGTM.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sobolevn
commented
Apr 1, 2025
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
gpshead
left a comment
There was a problem hiding this comment.
I wish I could object to this being a locked() method instead of a .locked property... but this is matching an existing ancient API on purpose so... LGTM.
sobolevn
commented
Apr 8, 2025
Thanks everyone! 🎉 |
TODO:
AcquirerProxyobject has no attributelocked#115942