Home
last modified time | relevance | path

Searched refs:_PyInterpreterID_LookUp (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_interpreteridobject.h17 PyAPI_FUNC(PyInterpreterState *) _PyInterpreterID_LookUp(PyObject *);
/third_party/python/Objects/
H A Dinterpreteridobject.c287 _PyInterpreterID_LookUp(PyObject *requested_id) in _PyInterpreterID_LookUp() function
/third_party/python/Modules/
H A D_xxsubinterpretersmodule.c2047 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_destroy()
2170 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_run_string()
2236 PyInterpreterState *interp = _PyInterpreterID_LookUp(id); in interp_is_running()

Completed in 5 milliseconds