Searched defs:PyObject_IS_GC (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/cpython/ | ||
| D | objimpl.h | 41 #define PyObject_IS_GC(o) \ macro |
| /external/python/cpython2/Include/ | ||
| D | objimpl.h | 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \ macro |