Home
last modified time | relevance | path

Searched refs:tp_is_gc (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_object.h214 && (Py_TYPE(obj)->tp_is_gc == NULL in _PyObject_IS_GC()
215 || Py_TYPE(obj)->tp_is_gc(obj))); in _PyObject_IS_GC()
/third_party/python/Doc/includes/
H A Dtypestruct.h70 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
/third_party/python/Include/cpython/
H A Dobject.h217 inquiry tp_is_gc; /* For PyObject_IS_GC */ member
/third_party/python/Objects/
H A Dtypeobject.c4437 (inquiry)type_is_gc, /* tp_is_gc */
6023 COPYSLOT(tp_is_gc); in inherit_slots()

Completed in 15 milliseconds