Uh oh!
There was an error while loading. Please reload this page.
gh-134323: Fix the new threading.RLock.locked method - #134368
Conversation
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.
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.
vstinner
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the multiple updates :-)
GH-134510 is a backport of this pull request to the 3.14 branch. |
vstinner
commented
May 22, 2025
Merged, thanks for the fix. |
YvesDup
commented
May 22, 2025
Thank's all for your comments |
…134368) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
…134368) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
…134368) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
…134368) Co-authored-by: Kumar Aditya <kumaraditya@python.org>
This method should call the private
lockedmethod of_blockattribute instead the private_countattribute which is reserved for counting recursive call ofacquire/release.The fix also concerns the
_threadmodule in therlock_lockedfunction.threading.RLock.locked()method fails #134323