]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-114203: skip locking if object is already locked by two-mutex critical...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Nov 2025 18:38:30 +0000 (19:38 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 18:38:30 +0000 (18:38 +0000)
commit1cde019ecd04561da7a24090adb9d0c87e2c7b97
tree4419e35f63c4beadf74379e5c471d8efd8e6954e
parent959578e5d1a3cbec6a515621649c75101702d64d
[3.14] gh-114203: skip locking if object is already locked by two-mutex critical section (GH-141476) (#141564)

gh-114203: skip locking if object is already locked by two-mutex critical section (GH-141476)
(cherry picked from commit f26ed455d5582a7d66618acf2a93bc4b22a84b47)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Core_and_Builtins/2025-11-14-16-25-15.gh-issue-114203.n3tlQO.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_critical_sections.c
Python/critical_section.c