Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dobject.h606 #define Py_TPFLAGS_HAVE_GC (1L<<14) macro
/external/python/cpython3/Include/
Dobject.h645 #define Py_TPFLAGS_HAVE_GC (1UL << 14) macro