Searched defs:_Py_AS_GC (Results 1 – 5 of 5) sorted by relevance
22 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
28 static inline PyGC_Head* _Py_AS_GC(PyObject *op) { in _Py_AS_GC() function