]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)
authorVictor Stinner <vstinner@python.org>
Fri, 30 May 2025 10:15:47 +0000 (12:15 +0200)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 10:15:47 +0000 (10:15 +0000)
commitebf6d13567287d04683dab36f52cde7a3c9915e7
treee2864793a3fdcc2ac27face79a4711b14c6dadae
parent45c6c48afc13f9897010e32171a3e02d0624258c
gh-134745: Change PyThread_allocate_lock() implementation to PyMutex (#134747)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Include/internal/pycore_lock.h
Lib/test/test_sys.py
Misc/NEWS.d/next/C_API/2025-05-30-11-33-17.gh-issue-134745.GN-zk2.rst [new file with mode: 0644]
Python/lock.c
Python/thread.c
Python/thread_nt.h
Python/thread_pthread.h