]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117511: Make PyMutex public in the non-limited API (#117731)
authorSam Gross <colesbury@gmail.com>
Thu, 20 Jun 2024 15:29:08 +0000 (11:29 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 15:29:08 +0000 (11:29 -0400)
commit3af7263037de1d0ef63b070fc7bfc2cf042eaebe
tree3503239cf4a4ca885e53f9e943530aa9bf93ac5c
parente8e151d4715839f785ff853c77594d7302b40266
gh-117511: Make PyMutex public in the non-limited API (#117731)
18 files changed:
Doc/c-api/init.rst
Doc/whatsnew/3.13.rst
Include/Python.h
Include/cpython/lock.h [new file with mode: 0644]
Include/cpython/weakrefobject.h
Include/internal/pycore_critical_section.h
Include/internal/pycore_lock.h
Include/internal/pycore_warnings.h
Include/lock.h [new file with mode: 0644]
Include/object.h
Makefile.pre.in
Misc/NEWS.d/next/C API/2024-04-10-16-48-04.gh-issue-117511.RZtBRK.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_lock.c
Objects/object.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/critical_section.c
Python/lock.c