Searched refs:func_weakreflist (Results 1 – 4 of 4) sorted by relevance
30 PyObject *func_weakreflist; /* List of weak references */ member
31 PyObject *func_weakreflist; /* List of weak references */ member
19 op->func_weakreflist = NULL; in PyFunction_New()449 if (op->func_weakreflist != NULL) in func_dealloc()569 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */
27 op->func_weakreflist = NULL; in PyFunction_NewWithQualName()530 if (op->func_weakreflist != NULL) in func_dealloc()617 offsetof(PyFunctionObject, func_weakreflist), /* tp_weaklistoffset */