◐ Shell
clean mode source ↗

bpo-36710: add tstate parameter in errors.c by vstinner · Pull Request #13540 · 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:errors_tstate

May 24, 2019

Merged

bpo-36710: add tstate parameter in errors.c#13540

vstinner

merged 1 commit into

python:masterfrom

vstinner:errors_tstate

Conversation

@vstinner

@vstinner vstinner commented

May 24, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Add 'PyThreadState *tstate' parameter to errors.c functions to avoid
rely on global variables (indirectly on _PyRuntime).

https://bugs.python.org/issue36710

Add 'PyThreadState *tstate' parameter to errors.c functions to avoid
rely on global variables (indirectly on _PyRuntime).

@vstinner

Copy link Copy Markdown

Member Author

@vstinner vstinner merged commit b4bdecd into python:master

May 24, 2019

@vstinner vstinner deleted the errors_tstate branch

May 24, 2019 11:44

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

Jan 14, 2020
Add 'PyThreadState *tstate' parameter to errors.c functions to avoid
relying on global variables (indirectly on _PyRuntime).

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