bpo-38644: Make tstate more explicit inside pystate.c by vstinner · Pull Request #19182 · 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 4 commits intopython:masterfrom

vstinner:pystate_tstate

Mar 26, 2020

Merged

bpo-38644: Make tstate more explicit inside pystate.c#19182

vstinner merged 4 commits intopython:masterfrom

vstinner:pystate_tstate

Conversation

@vstinner

Copy link

Member

@vstinner vstinner commented

Mar 26, 2020

edited by bedevere-bot

Loading

Fix PyInterpreterState_New(): Don't call PyErr_SetString() when there
is no current Python thread state (if tstate is NULL).

https://bugs.python.org/issue38644

Fix PyInterpreterState_New(): Don't call PyErr_SetString() when there
is no current Python thread state (if tstate is NULL).

@vstinner vstinner merged commit 71a3522 into python:master

Mar 26, 2020

@vstinner vstinner deleted the pystate_tstate branch

March 26, 2020 21:46

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