]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)
authorVictor Stinner <vstinner@python.org>
Tue, 10 May 2022 00:00:38 +0000 (02:00 +0200)
committerGitHub <noreply@github.com>
Tue, 10 May 2022 00:00:38 +0000 (02:00 +0200)
commitcb35402c1867b48704c2de1d1efd465ca738f374
treeb1fa60fb79ec9fdea111a938a15f3066d3853a94
parent6ed7c353b8ded48a9128413f35921ddc4e5b1065
gh-88750: On Windows, PyThread_acquire_lock() no longer checks for NULL (#92586)

On Windows, PyThread_acquire_lock(), PyThread_acquire_lock_timed()
and PyThread_release_lock() no longer check at runtime if the lock is
not NULL.
Python/thread_nt.h