Skip to content

gh-88750: On Windows, PyThread_acquire_lock() no longer check for NULL #92586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2022
Merged

gh-88750: On Windows, PyThread_acquire_lock() no longer check for NULL #92586

merged 1 commit into from
May 10, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 9, 2022

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

On Windows, PyThread_acquire_lock(), PyThread_acquire_lock_timed()
and PyThread_release_lock() no longer check at runtime if the lock is
not NULL.
@vstinner
Copy link
Member Author

vstinner commented May 9, 2022

cc @gpshead

@vstinner vstinner merged commit cb35402 into python:main May 10, 2022
@vstinner vstinner deleted the thread_nt branch May 10, 2022 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants