Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dobjimpl.h90 #define _PyGCHead_FINALIZED(g) \ macro
96 _PyGCHead_FINALIZED(_Py_AS_GC(o))
/external/python/cpython3/Modules/
Dgcmodule.c879 if (!_PyGCHead_FINALIZED(gc) && in finalize_garbage()