]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134323: Fix the new `threading.RLock.locked` method (#134368)
authorDuprat <yduprat@gmail.com>
Thu, 22 May 2025 13:48:24 +0000 (15:48 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 13:48:24 +0000 (13:48 +0000)
commit3effede97cc13fc0c5ab5dcde26cc319f388e84c
tree5a961c95e48a83765693aa0f2c04a8247464fcf8
parentbd4046f4f869039a1a2ebe2d1d18bfbc2a2951b6
gh-134323: Fix the new `threading.RLock.locked` method (#134368)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/lock_tests.py
Lib/threading.py
Misc/NEWS.d/next/Library/2025-05-20-19-16-30.gh-issue-134323.ZQZGvw.rst [new file with mode: 0644]
Modules/_threadmodule.c