Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dodictobject.c497 PyObject *od_weakreflist; /* holds weakrefs to the odict */ member
1364 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 */