mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
8ceb6cb117
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