Searched refs:_PyInterpreterState_GetConfigCopy (Results 1 – 4 of 4) sorted by relevance
222 PyAPI_FUNC(int) _PyInterpreterState_GetConfigCopy(
242 if (_PyInterpreterState_GetConfigCopy(&config) < 0) { in test_get_config()
1549 if (_PyInterpreterState_GetConfigCopy(&config) < 0) { in tune_config()
1954 _PyInterpreterState_GetConfigCopy(PyConfig *config) in _PyInterpreterState_GetConfigCopy() function