Searched refs:im_weakreflist (Results 1 – 4 of 4) sorted by relevance
16 PyObject *im_weakreflist; /* List of weak references */ member
109 im->im_weakreflist = NULL; in PyMethod_New()238 if (im->im_weakreflist != NULL) in method_dealloc()357 offsetof(PyMethodObject, im_weakreflist), /* tp_weaklistoffset */
36 PyObject *im_weakreflist; /* List of weak references */ member
2265 im->im_weakreflist = NULL; in PyMethod_New()2383 if (im->im_weakreflist != NULL) in instancemethod_dealloc()2656 offsetof(PyMethodObject, im_weakreflist), /* tp_weaklistoffset */