Skip to content

Conversation

@vstinner
Copy link
Member

Don't use PyInterpreterState_GetID() but get directly the interpreter 'id' member which cannot fail.

Don't use PyInterpreterState_GetID() but get directly the interpreter
'id' member which cannot fail.
@vstinner
Copy link
Member Author

@vstinner vstinner enabled auto-merge (squash) May 19, 2025 18:01
@vstinner vstinner merged commit e79f640 into python:main May 19, 2025
44 checks passed
@vstinner vstinner deleted the interp_look_up_id branch May 19, 2025 18:09
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
Don't use PyInterpreterState_GetID() but get directly the interpreter
'id' member which cannot fail.
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
Don't use PyInterpreterState_GetID() but get directly the interpreter
'id' member which cannot fail.
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.

2 participants