Searched defs:_Py_AS_GC (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | objimpl.h | 278 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro |
/external/python/cpython3/Include/ | ||
D | objimpl.h | 263 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro |