]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (#136971)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 22 Jul 2025 09:48:08 +0000 (12:48 +0300)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:48:08 +0000 (12:48 +0300)
commit8e43b130f7b27657a8bb775e398c0dce325b4741
treee369b0b2a8e2ded956e9af26027d79e2cbb2dff8
parent11f510167c5a87e12e9277e36a12841b6b6993b3
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (#136971)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Doc/c-api/init.rst
Doc/whatsnew/3.14.rst
Include/cpython/lock.h
Include/internal/pycore_lock.h
Misc/NEWS.d/next/C_API/2025-05-20-17-13-51.gh-issue-134009.CpCmry.rst [new file with mode: 0644]
Python/lock.c