Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dinterpreteridobject.c36 _PyInterpreterState_IDDecref(interp); in newinterpid()
94 _PyInterpreterState_IDDecref(interp); in interpid_dealloc()
/third_party/python/Include/internal/
Dpycore_interp.h334 PyAPI_FUNC(void) _PyInterpreterState_IDDecref(struct _is *);
/third_party/python/Python/
Dpystate.c557 _PyInterpreterState_IDDecref(PyInterpreterState *interp) in _PyInterpreterState_IDDecref() function