Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dclassobject.c109 im->im_weakreflist = NULL; in PyMethod_New()
238 if (im->im_weakreflist != NULL) in method_dealloc()
357 offsetof(PyMethodObject, im_weakreflist), /* tp_weaklistoffset */
/third_party/python/Include/
Dclassobject.h16 PyObject *im_weakreflist; /* List of weak references */ member