Home
last modified time | relevance | path

Searched refs:im_weakreflist (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dclassobject.h16 PyObject *im_weakreflist; /* List of weak references */ member
/external/python/cpython3/Objects/
Dclassobject.c66 im->im_weakreflist = NULL; in PyMethod_New()
194 if (im->im_weakreflist != NULL) in method_dealloc()
351 offsetof(PyMethodObject, im_weakreflist), /* tp_weaklistoffset */
/external/python/cpython2/Include/
Dclassobject.h36 PyObject *im_weakreflist; /* List of weak references */ member
/external/python/cpython2/Objects/
Dclassobject.c2265 im->im_weakreflist = NULL; in PyMethod_New()
2383 if (im->im_weakreflist != NULL) in instancemethod_dealloc()
2656 offsetof(PyMethodObject, im_weakreflist), /* tp_weaklistoffset */