Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GetIDObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dinterpreteridobject.h10 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetIDObject(PyInterpreterState *);
/third_party/python/Objects/
Dinterpreteridobject.c274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject() function
/third_party/python/Modules/
D_xxsubinterpretersmodule.c2032 PyObject *idobj = _PyInterpreterState_GetIDObject(interp); in interp_create()
2117 id = _PyInterpreterState_GetIDObject(interp); in interp_list_all()
2149 return _PyInterpreterState_GetIDObject(interp); in interp_get_current()
2383 id_obj = _PyInterpreterState_GetIDObject(interp); in channel_list_interpreters()