]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
authorKumar Aditya <kumaraditya@python.org>
Mon, 14 Oct 2024 08:36:31 +0000 (14:06 +0530)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 08:36:31 +0000 (14:06 +0530)
commit67f6e08147bc005e460d82fcce85bf5d56009cf5
tree57a73834eb7ab251b52dc4e4a48561bb5b6c3fb5
parent5217328f93f599755bd70418952392c54f705a71
gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)
Include/internal/pycore_lock.h
Modules/_threadmodule.c
Python/lock.c