Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented May 4, 2023

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
Copy link
MemberAuthor

cc @ericsnowcurrently

Copy link
Member

@ericsnowcurrentlyericsnowcurrently left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinnervstinner merged commit 45398ad into python:mainMay 4, 2023
@vstinnervstinner deleted the remove_rt_get_tstate branch May 4, 2023 14:21
@vstinner
Copy link
MemberAuthor

Merged, thanks for the review.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@ericsnowcurrently@bedevere-bot