Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h240 PyAPI_FUNC(int) _PyInterpreterState_SetConfig(
/third_party/python/Modules/
D_testinternalcapi.c260 if (_PyInterpreterState_SetConfig(&config) < 0) { in test_set_config()
/third_party/python/Programs/
D_testembed.c1557 if (_PyInterpreterState_SetConfig(&config) < 0) { in tune_config()
/third_party/python/Python/
Dpylifecycle.c473 _PyInterpreterState_SetConfig(const PyConfig *src_config) in _PyInterpreterState_SetConfig() function