]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 May 2025 14:14:53 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Thu, 22 May 2025 14:14:53 +0000 (14:14 +0000)
commitced49a196f0e1ea06ba892b875f18e7b11ed26b7
tree6e25da0c7a512685d47bd36c9254be2721363de9
parent7e7391810fa1e8e378d6073c57914bc79d4e9295
[3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510)

gh-134323: Fix the new `threading.RLock.locked` method (GH-134368)
(cherry picked from commit 3effede97cc13fc0c5ab5dcde26cc319f388e84c)

Co-authored-by: Duprat <yduprat@gmail.com>
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