Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_interp.h185 PyAPI_FUNC(void) _PyInterpreterState_IDIncref(struct _is *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c34 _PyInterpreterState_IDIncref(interp); in newinterpid()
/external/python/cpython3/Python/
Dpystate.c497 _PyInterpreterState_IDIncref(PyInterpreterState *interp) in _PyInterpreterState_IDIncref() function