Home | History | Annotate | Download | only in Objects

Lines Matching refs:dictptr

1334     PyObject **dictptr;
1422 dictptr = (PyObject **) ((char *)obj + dictoffset);
1423 dict = *dictptr;
1471 PyObject **dictptr;
1513 dictptr = _PyObject_GetDictPtr(obj);
1514 if (dictptr != NULL) {
1515 dict = *dictptr;
1520 *dictptr = dict;