Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_object.h36 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK_impl()
/external/python/cpython3/Include/cpython/
Dobjimpl.h72 #define _PyGC_PREV_MASK_COLLECTING (2) macro
/external/python/cpython3/Modules/
Dgcmodule.c53 #define PREV_MASK_COLLECTING _PyGC_PREV_MASK_COLLECTING