bpo-36710: add tstate parameter in errors.c by vstinner · Pull Request #13540 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Member
Add 'PyThreadState *tstate' parameter to errors.c functions to avoid
rely on global variables (indirectly on _PyRuntime).
Add 'PyThreadState *tstate' parameter to errors.c functions to avoid rely on global variables (indirectly on _PyRuntime).
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
commented
May 24, 2019
vstinner commented
Member Author
vstinner
merged commit
b4bdecd
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
errors_tstate
branch
DinoV pushed a commit to DinoV/cpython that referenced this pull request
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