Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2020
Merged

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

merged 1 commit into from
Jun 23, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 23, 2020

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.
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants