Searched refs:m_weakreflist (Results 1 – 2 of 2) sorted by relevance
42 op->m_weakreflist = NULL; in PyCFunction_NewEx()88 if (m->m_weakreflist != NULL) { in meth_dealloc()293 offsetof(PyCFunctionObject, m_weakreflist), /* tp_weaklistoffset */
107 PyObject *m_weakreflist; /* List of weak references */ member