]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)
authorPetr Viktorin <encukou@gmail.com>
Mon, 4 May 2026 15:32:17 +0000 (17:32 +0200)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 15:32:17 +0000 (17:32 +0200)
commit6ca5cdba185aeb3b7f72ae0dd61b6a9685d8c416
tree9b90778bc5e5d859773b2c910ffeaa3f33ea8220
parent5dd5c8b5a66af18904d4e015ce3120e2686ddb23
gh-149225: Expose Py_CriticalSection in Stable ABI (GH-149227)
Doc/c-api/synchronization.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.15.rst
Include/cpython/critical_section.h
Include/critical_section.h
Lib/test/test_cext/extension.c
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2026-05-01-14-49-09.gh-issue-149225.IdAYPZ.rst [new file with mode: 0644]
Misc/stable_abi.toml
PC/python3dll.c