mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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().
Source files for binary executables (as opposed to shared modules)