Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_gc.h39 #define _PyGC_PREV_MASK_COLLECTING (2) macro
H A Dpycore_object.h134 (gc->_gc_prev & _PyGC_PREV_MASK_COLLECTING) == 0, in _PyObject_GC_TRACK()
149 * Internal note: This may be called while GC. So _PyGC_PREV_MASK_COLLECTING
/third_party/python/Modules/
H A Dgcmodule.c58 #define PREV_MASK_COLLECTING _PyGC_PREV_MASK_COLLECTING

Completed in 5 milliseconds