gh-103323: Remove PyRuntimeState_GetThreadState() by vstinner · Pull Request #104171 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
This function no longer makes sense, since its runtime parameter is no longer used. Use directly _PyThreadState_GET() and _PyInterpreterState_GET() instead.
This function no longer makes sense, since its runtime parameter is no longer used. Use directly _PyThreadState_GET() and _PyInterpreterState_GET() instead.
vstinner
added
the
skip news
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
awaiting core review
labels
vstinner
mentioned this pull request
vstinner
commented
May 4, 2023
vstinner commented
Member Author
ericsnowcurrently
approved these changes
ericsnowcurrently
left a comment
ericsnowcurrently
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
vstinner
merged commit
45398ad
into
python:main
vstinner
deleted the
remove_rt_get_tstate
branch
bedevere-bot
removed
the
awaiting merge
label
vstinner
commented
May 4, 2023
vstinner commented
Member Author
Merged, thanks for the review.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment