commit | cb35402c1867b48704c2de1d1efd465ca738f374 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue May 10 02:00:38 2022 +0200 |
committer | GitHub <noreply@github.com> | Tue May 10 02:00:38 2022 +0200 |
tree | b1fa60fb79ec9fdea111a938a15f3066d3853a94 | |
parent | 6ed7c353b8ded48a9128413f35921ddc4e5b1065 [diff] |
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.