Searched refs:id_refcount (Results 1 – 3 of 3) sorted by relevance
221 interp->id_refcount = -1; in PyInterpreterState_New()537 interp->id_refcount = 0; in _PyInterpreterState_IDInitref()550 interp->id_refcount += 1; in _PyInterpreterState_IDIncref()563 assert(interp->id_refcount != 0); in _PyInterpreterState_IDDecref()564 interp->id_refcount -= 1; in _PyInterpreterState_IDDecref()565 int64_t refcount = interp->id_refcount; in _PyInterpreterState_IDDecref()
225 int64_t id_refcount; member
1737 always increments id_refcount. Previously, calling1738 _xxsubinterpreters.get_current() could create an id_refcount inconsistency