bpo-39877: Fix take_gil() for daemon threads by vstinner · Pull Request #19054 · python/cpython

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Mar 18, 2020

edited by bedevere-bot

Loading

bpo-39877, bpo-39984: If the thread must exit, don't access tstate to
prevent a potential crash: tstate memory has been freed.

https://bugs.python.org/issue39877

bpo-39877, bpo-39984: If the thread must exit, don't access tstate to
prevent a potential crash: tstate memory has been freed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

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