mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
* Inline _PyInterpreterState_SetConfig(): replace it with _PyConfig_Copy(). * Add _PyErr_SetFromPyStatus() * Add _PyInterpreterState_GetConfigCopy() * Add a new _PyInterpreterState_SetConfig() function. * Add an unit which gets, modifies, and sets the config.
Miscellaneous source files for the main Python shared library