Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h63 #define _PyGC_SET_FINALIZED(o) \ macro
/external/python/cpython3/Objects/
Dobject.c197 _PyGC_SET_FINALIZED(self); in PyObject_CallFinalizer()