Searched refs:_PyInterpreterState_GetIDObject (Results 1 – 3 of 3) sorted by relevance
10 PyAPI_FUNC(PyObject *) _PyInterpreterState_GetIDObject(PyInterpreterState *);
274 _PyInterpreterState_GetIDObject(PyInterpreterState *interp) in _PyInterpreterState_GetIDObject() function
2032 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()