bpo-39947: Add PyThreadState_GetInterpreter() by vstinner · Pull Request #18981 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-39947: Add PyThreadState_GetInterpreter()#18981
vstinner merged 1 commit intopython:masterfrom
vstinner:tstate_get_interp
bpo-39947: Add PyThreadState_GetInterpreter()#18981
vstinner merged 1 commit intopython:masterfrom
vstinner:tstate_get_interp
Conversation
Copy link
Member
Add PyThreadState_GetInterpreter(tstate): Get the interpreter of a
Python thread state.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Add PyThreadState_GetInterpreter(tstate): Get the interpreter of a Python thread state.
vstinner
merged commit
8fb02b6
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
tstate_get_interp
branch
vstinner
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment