Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhamt.h21 PyObject *h_weakreflist; member
/external/python/cpython3/Python/
Dhamt.c2481 o->h_weakreflist = NULL; in hamt_alloc()
2734 if (self->h_weakreflist != NULL) { in hamt_tp_dealloc()
2925 .tp_weaklistoffset = offsetof(PyHamtObject, h_weakreflist),