Home
last modified time | relevance | path

Searched refs:m_weakreflist (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h28 PyObject *m_weakreflist; /* List of weak references */ member
/third_party/python/Objects/
Dmethodobject.c107 op->m_weakreflist = NULL; in PyCMethod_New()
164 if (m->m_weakreflist != NULL) { in meth_dealloc()
359 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */