Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_interp.h186 PyAPI_FUNC(void) _PyInterpreterState_IDDecref(struct _is *);
/external/python/cpython3/Objects/
Dinterpreteridobject.c88 _PyInterpreterState_IDDecref(interp); in interpid_dealloc()
/external/python/cpython3/Python/
Dpystate.c509 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref() function