Home
last modified time | relevance | path

Searched refs:_PySys_UpdateConfig (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pylifecycle.h67 extern int _PySys_UpdateConfig(PyThreadState *tstate);
/third_party/python/Python/
Dpylifecycle.c465 if (_PySys_UpdateConfig(tstate) < 0) { in interpreter_update_config()
Dsysmodule.c2981 _PySys_UpdateConfig(PyThreadState *tstate) in _PySys_UpdateConfig() function