Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c2363 PyObject **weaklistptr; in subtype_getweakref() local
2377 weaklistptr = (PyObject **)((char *)obj + type->tp_weaklistoffset); in subtype_getweakref()
2378 if (*weaklistptr == NULL) in subtype_getweakref()
2381 result = *weaklistptr; in subtype_getweakref()