Searched refs:weaklistptr (Results 1 – 1 of 1) sorted by relevance
2363 PyObject **weaklistptr; in subtype_getweakref() local2377 weaklistptr = (PyObject **)((char *)obj + type->tp_weaklistoffset); in subtype_getweakref()2378 if (*weaklistptr == NULL) in subtype_getweakref()2381 result = *weaklistptr; in subtype_getweakref()