cpython icon indicating copy to clipboard operation
cpython copied to clipboard

bpo-46964: Move PyInterpreterState.config to _PyRuntimeState.config

Open ericsnowcurrently opened this issue 3 years ago • 2 comments

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

ericsnowcurrently avatar Mar 08 '22 20:03 ericsnowcurrently

_PyInterpreterConfig has been added in #98609. @ericsnowcurrently, do you have any more plans with this PR?

encukou avatar Mar 19 '24 12:03 encukou

Yeah, there are a few things that I need to follow up on here.

ericsnowcurrently avatar Mar 20 '24 20:03 ericsnowcurrently