mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Remove _PyInterpreterState_GetConfigCopy() and _PyInterpreterState_SetConfig() private functions. PEP 741 "Python Configuration C API" added a better public C API: PyConfig_Get() and PyConfig_Set().
Miscellaneous source files for the main Python shared library