mirror of
https://github.com/python/cpython.git
synced 2026-08-12 06:15:14 +08: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