Home
last modified time | relevance | path

Searched defs:_PyObject_GC_IS_TRACKED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobjimpl.h59 #define _PyObject_GC_IS_TRACKED(o) (_Py_AS_GC(o)->_gc_next != 0) macro
/external/python/cpython2/Include/
Dobjimpl.h311 #define _PyObject_GC_IS_TRACKED(o) \ macro