Searched refs:IS_TRACKED (Results 1 – 1 of 1) sorted by relevance
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED) macro1336 if (PyObject_IS_GC(obj) && IS_TRACKED(obj)) in gc_is_tracked()1481 if (IS_TRACKED(op)) in PyObject_GC_UnTrack()1542 assert(!IS_TRACKED(op)); in _PyObject_GC_Resize()1557 if (IS_TRACKED(op)) in PyObject_GC_Del()