◐ Shell
clean mode source ↗

gh-129033: Remove _PyInterpreterState_SetConfig() function by vstinner · Pull Request #129048 · python/cpython

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().

@vstinner

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Jan 21, 2025
…hon#129048)

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().

youknowone