commit | 048a35659aa8074afe7d7d054e7cea1f8ee6d366 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 05 00:45:56 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 05 00:45:56 2020 +0100 |
tree | e9a019387bbd73cdbfcdceb76af7d21e15bc30d0 | |
parent | 100964e0310d3a2040d0db976f7984d0507b2dbd [diff] |
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) * Inline _PyInterpreterState_SetConfig(): replace it with _PyConfig_Copy(). * Add _PyErr_SetFromPyStatus() * Add _PyInterpreterState_GetConfigCopy() * Add a new _PyInterpreterState_SetConfig() function. * Add an unit which gets, modifies, and sets the config.