Skip to content

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

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants