Searched refs:PyObject_IS_GC (Results 1 – 6 of 6) sorted by relevance
83 PyAPI_FUNC(int) PyObject_IS_GC(PyObject *obj);
30 (PyObject_IS_GC(obj) && \
84 .. c:function:: int PyObject_IS_GC(PyObject *obj)
2230 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() function
1130 Convert :c:func:`PyObject_IS_GC` macro to a function to hide implementation
1374 * :c:func:`PyObject_IS_GC` macro was converted to a function.