Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h276 #define _PyGCHead_DECREF(g) ((g)->gc.gc_refs -= 1 << _PyGC_REFS_SHIFT) macro
/external/python/cpython3/Modules/
Dgcmodule.c279 _PyGCHead_DECREF(gc); in visit_decref()