Home
last modified time | relevance | path

Searched refs:requires_idref (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_interp.h83 int requires_idref; member
/external/python/cpython3/Python/
Dpystate.c521 if (refcount == 0 && interp->requires_idref) { in _PyInterpreterState_IDDecref()
534 return interp->requires_idref; in _PyInterpreterState_RequiresIDRef()
540 interp->requires_idref = required ? 1 : 0; in _PyInterpreterState_RequireIDRef()