Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpystate.c221 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()
/third_party/python/Include/internal/
Dpycore_interp.h225 int64_t id_refcount; member
/third_party/python/Misc/NEWS.d/
D3.10.0b1.rst1737 always increments id_refcount. Previously, calling
1738 _xxsubinterpreters.get_current() could create an id_refcount inconsistency