cpython
cpython copied to clipboard
bpo-46964: Move PyInterpreterState.config to _PyRuntimeState.config
As part of this, we also move PyConfig._isolated_interpreter to a new _PyInterpreterConfig struct and split it up into more granular settings. We also change some of the private API names to explicitly indicate they relate to global config.
https://bugs.python.org/issue46964
_PyInterpreterConfig has been added in #98609.
@ericsnowcurrently, do you have any more plans with this PR?
Yeah, there are a few things that I need to follow up on here.