Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dobjimpl.h269 #define _PyGC_REFS_MASK (((size_t) -1) << _PyGC_REFS_SHIFT) macro
273 (g)->gc.gc_refs = ((g)->gc.gc_refs & ~_PyGC_REFS_MASK) \