Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_hamt.h24 PyObject *h_weakreflist; member
/external/python/cpython3/Python/
Dhamt.c2482 o->h_weakreflist = NULL; in hamt_alloc()
2735 if (self->h_weakreflist != NULL) { in hamt_tp_dealloc()
2926 .tp_weaklistoffset = offsetof(PyHamtObject, h_weakreflist),