◐ Shell
clean mode source ↗

bpo-36710: Pass tstate explicitly in abstract.c by vstinner · Pull Request #21075 · 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 1 commit into

python:masterfrom

vstinner:abstract_tstate

Jun 23, 2020

Merged

bpo-36710: Pass tstate explicitly in abstract.c#21075

vstinner

merged 1 commit into

python:masterfrom

vstinner:abstract_tstate

Conversation

@vstinner

@vstinner vstinner commented

Jun 23, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

In functions calling more than one PyErr function, get tstate and
then pass it explicitly.

https://bugs.python.org/issue36710

In functions calling more than one PyErr function, get tstate and
then pass it explicitly.

@vstinner vstinner merged commit 61b6492 into python:master

Jun 23, 2020

@vstinner vstinner deleted the abstract_tstate branch

June 23, 2020 13:55

fasih pushed a commit to fasih/cpython that referenced this pull request

Jun 29, 2020
In functions calling more than one PyErr function, get tstate and
then pass it explicitly.

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