Skip to content
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

bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() #12432

Merged
merged 2 commits into from
Mar 19, 2019
Merged

bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() #12432

merged 2 commits into from
Mar 19, 2019

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 19, 2019

_PyEval_FiniThreads() now free the pending lock.

https://bugs.python.org/issue36333

_PyEval_FiniThreads() now free the pending lock.
Copy link
Member

@pablogsal pablogsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner vstinner merged commit a712679 into python:master Mar 19, 2019
@vstinner vstinner deleted the pending_lock branch March 19, 2019 13:19
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.

4 participants