]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-13589...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Jul 2025 09:44:59 +0000 (11:44 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:44:59 +0000 (12:44 +0300)
commit11f510167c5a87e12e9277e36a12841b6b6993b3
treefc4dfbfe607fed1d797e1a7e2814d44e94e74a78
parentddd3413687ef411c7bf7b029337cdf48c6d6c59c
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969)

Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/c-api/init.rst
Include/cpython/critical_section.h
Include/internal/pycore_critical_section.h
Misc/NEWS.d/next/C_API/2025-06-24-11-10-01.gh-issue-133296.lIEuVJ.rst [new file with mode: 0644]
Modules/_ctypes/ctypes.h
Modules/_testcapimodule.c
Objects/typeobject.c
Python/critical_section.c