Home | History | Annotate | Download | only in Modules

Lines Matching refs:GC_UNTRACKED

175 GC_UNTRACKED

209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
423 * If gc_refs == GC_UNTRACKED, it must be ignored.
428 || gc_refs == GC_UNTRACKED);
1503 g->gc.gc_refs = GC_UNTRACKED;