Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dclassobject.h21 PyObject *cl_weakreflist; /* List of weak references */ member
/external/python/cpython2/Objects/
Dclassobject.c126 op->cl_weakreflist = NULL; in PyClass_New()
192 if (op->cl_weakreflist != NULL) in class_dealloc()
469 offsetof(PyClassObject, cl_weakreflist), /* tp_weaklistoffset */