◐ Shell
clean mode source ↗

bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() by vstinner · Pull Request #12432 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 2 commits into

python:masterfrom

vstinner:pending_lock

Mar 19, 2019

Merged

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

vstinner

merged 2 commits into

python:masterfrom

vstinner:pending_lock

Conversation

@vstinner

@vstinner vstinner commented

Mar 19, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

_PyEval_FiniThreads() now free the pending lock.

https://bugs.python.org/issue36333

_PyEval_FiniThreads() now free the pending lock.

@pablogsal pablogsal left a comment

Copy link Copy Markdown

Member

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

Reviewers

@pablogsal pablogsal pablogsal approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @pablogsal @the-knights-who-say-ni @bedevere-bot