Searched refs:_PyInterpreterState_SetConfig (Results 1 – 4 of 4) sorted by relevance
240 PyAPI_FUNC(int) _PyInterpreterState_SetConfig(
260 if (_PyInterpreterState_SetConfig(&config) < 0) { in test_set_config()
1557 if (_PyInterpreterState_SetConfig(&config) < 0) { in tune_config()
473 _PyInterpreterState_SetConfig(const PyConfig *src_config) in _PyInterpreterState_SetConfig() function