Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c42 op->m_weakreflist = NULL; in PyCFunction_NewEx()
88 if (m->m_weakreflist != NULL) { in meth_dealloc()
293 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
/external/python/cpython3/Include/
Dmethodobject.h107 PyObject *m_weakreflist; /* List of weak references */ member