bpo-36710: Add runtime parameter to _PyThreadState_Init() by vstinner · Pull Request #12935 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-36710: Add runtime parameter to _PyThreadState_Init()#12935
vstinner merged 1 commit intopython:masterfrom
vstinner:runtime
bpo-36710: Add runtime parameter to _PyThreadState_Init()#12935
vstinner merged 1 commit intopython:masterfrom
vstinner:runtime
Conversation
Copy link
Member
- Add 'runtime' parameter to _PyThreadState_Init() and make the
function internal. - Make _PyThreadState_DeleteExcept() internal
- Add 'gilstate' parameter to _PyGILState_NoteThreadState()
* Add 'runtime' parameter to _PyThreadState_Init() and make the function internal. * Make _PyThreadState_DeleteExcept() internal * Add 'gilstate' parameter to _PyGILState_NoteThreadState()
vstinner
requested a review
from ericsnowcurrently
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
vstinner
added
the
skip news
label
vstinner
merged commit
8bb3230
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
runtime
branch
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