Searched refs:od_weakreflist (Results 1 – 1 of 1) sorted by relevance
497 PyObject *od_weakreflist; /* holds weakrefs to the odict */ member1364 if (self->od_weakreflist != NULL) in odict_dealloc()1466 Py_VISIT(od->od_weakreflist); in odict_traverse()1479 Py_CLEAR(od->od_weakreflist); in odict_tp_clear()1583 offsetof(PyODictObject, od_weakreflist), /* tp_weaklistoffset */