Searched refs:tp_is_gc (Results 1 – 7 of 7) sorted by relevance
166 && (Py_TYPE(obj)->tp_is_gc == NULL in _PyObject_IS_GC()167 || Py_TYPE(obj)->tp_is_gc(obj))); in _PyObject_IS_GC()
70 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
62 {-1, offsetof(PyTypeObject, tp_is_gc)},
5927 COPYSLOT(tp_is_gc); in inherit_slots()
260 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
130 …| :c:member:`~PyTypeObject.tp_is_gc` | :c:type:`inquiry` | …1875 .. c:member:: inquiry PyTypeObject.tp_is_gc1887 int tp_is_gc(PyObject *self);
23214 - PyType_Ready() accidentally did not inherit tp_is_gc; now it does.