]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)
authorKumar Aditya <kumaraditya@python.org>
Wed, 18 Dec 2024 15:19:00 +0000 (20:49 +0530)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 15:19:00 +0000 (20:49 +0530)
commit91c55085a959016250f1877e147ef379bb97dd12
tree6fcdaae195ac3b2ebe8c91ac07c6f63352672bc9
parent8a433b683fecafe1cb04469a301df2b4618167d0
gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054)

Change `PyMutex_LockFast` to take `PyMutex` as argument.
Include/internal/pycore_critical_section.h
Include/internal/pycore_lock.h
Python/ceval_macros.h