bpo-40268: Add _PyInterpreterState_GetConfig() by vstinner · Pull Request #19492 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Member
Don't access PyInterpreterState.config member directly anymore, but
use new functions:
- _PyInterpreterState_GetConfig()
- _PyInterpreterState_SetConfig()
- _Py_GetConfig()
Remove a few pycore_pystate.h includes.
Don't access PyInterpreterState.config member directly anymore, but use new functions: * _PyInterpreterState_GetConfig() * _PyInterpreterState_SetConfig() * _Py_GetConfig() Remove a few pycore_pystate.h includes.
vstinner
requested review from
brettcannon,
encukou,
ericsnowcurrently,
ncoghlan and
warsaw
as code owners
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
da7933e
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
getconfig
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment