Searched refs:tp_is_gc (Results 1 – 13 of 13) sorted by relevance
244 (Py_TYPE(o)->tp_is_gc == NULL || Py_TYPE(o)->tp_is_gc(o)))
414 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
242 (Py_TYPE(o)->tp_is_gc == NULL || Py_TYPE(o)->tp_is_gc(o)))
392 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
69 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
67 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
62 offsetof(PyHeapTypeObject, ht_type.tp_is_gc),
5084 COPYSLOT(tp_is_gc); in inherit_slots()
516 …:c:member:`~PyTypeObject.tp_free`, :c:member:`~PyTypeObject.tp_is_gc`, :c:member:`~PyTypeObject.tp…1046 .. c:member:: inquiry PyTypeObject.tp_is_gc1058 int tp_is_gc(PyObject *self)
949 .. c:member:: inquiry PyTypeObject.tp_is_gc961 int tp_is_gc(PyObject *self)
4098 COPYSLOT(tp_is_gc);
5830 - PyType_Ready() accidentally did not inherit tp_is_gc; now it does.
23214 - PyType_Ready() accidentally did not inherit tp_is_gc; now it does.