Searched refs:_PyGC_REFS_MASK (Results 1 – 1 of 1) sorted by relevance
269 #define _PyGC_REFS_MASK (((size_t) -1) << _PyGC_REFS_SHIFT) macro273 (g)->gc.gc_refs = ((g)->gc.gc_refs & ~_PyGC_REFS_MASK) \