Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented May 24, 2019

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
Member Author

cc @ericsnowcurrently

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants