Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h222 PyAPI_FUNC(int) _PyInterpreterState_GetConfigCopy(
/third_party/python/Modules/
D_testinternalcapi.c242 if (_PyInterpreterState_GetConfigCopy(&config) < 0) { in test_get_config()
/third_party/python/Programs/
D_testembed.c1549 if (_PyInterpreterState_GetConfigCopy(&config) < 0) { in tune_config()
/third_party/python/Python/
Dpystate.c1954 _PyInterpreterState_GetConfigCopy(PyConfig *config) in _PyInterpreterState_GetConfigCopy() function