Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_interp.h184 PyAPI_FUNC(int) _PyInterpreterState_IDInitref(struct _is *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c270 if (_PyInterpreterState_IDInitref(interp) != 0) { in _PyInterpreterState_GetIDObject()
/external/python/cpython3/Python/
Dpystate.c480 _PyInterpreterState_IDInitref(PyInterpreterState *interp) in _PyInterpreterState_IDInitref() function