Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_gc.h22 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
/external/python/cpython2/Include/
Dobjimpl.h278 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro