Home
last modified time | relevance | path

Searched refs:tp_weaklist (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h75 PyObject *tp_weaklist; member
/third_party/python/Include/cpython/
Dobject.h265 PyObject *tp_weaklist; member
/third_party/python/Doc/c-api/
Dtype.rst253 * :c:member:`~PyTypeObject.tp_weaklist`
Dtypeobj.rst140 …| [:c:member:`~PyTypeObject.tp_weaklist`] | :c:type:`PyObject` * | …
1318 :c:member:`~PyTypeObject.tp_weaklist` slot, the pointer supporting
1319 the linked list (what *tp_weaklist* points to) must **not** be
1496 Do not confuse this field with :c:member:`~PyTypeObject.tp_weaklist`; that is the list head for
1945 .. c:member:: PyObject* PyTypeObject.tp_weaklist
/third_party/python/Objects/
Dtypeobject.c4352 offsetof(PyTypeObject, tp_weaklist), /* tp_weaklistoffset */