Searched refs:_PyGC_REFS_UNTRACKED (Results 1 – 5 of 5) sorted by relevance
280 #define _PyGC_REFS_UNTRACKED (-2) macro288 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \303 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \304 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \312 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
194 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED); in gen_del()
2447 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED); in _PyTrash_deposit_object()2459 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED); in _PyTrash_thread_deposit_object()
5962 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED