Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpylifecycle.c444 interpreter_update_config(PyThreadState *tstate, int only_update_path_config) in interpreter_update_config() function
498 res = interpreter_update_config(tstate, 0); in _PyInterpreterState_SetConfig()
1050 if (interpreter_update_config(tstate, 0) < 0) { in pyinit_main_reconfigure()
1087 if (interpreter_update_config(tstate, 1) < 0) { in init_interp_main()