Home | History | Annotate | Download | only in Objects

Lines Matching refs:xoptions

33     PyObject *xoptions, *value;
36 xoptions = PySys_GetXOptions();
37 if (xoptions == NULL)
39 value = _PyDict_GetItemId(xoptions, &PyId_showrefcount);
106 PyObject *xoptions, *value;
109 xoptions = PySys_GetXOptions();
110 if (xoptions == NULL)
112 value = _PyDict_GetItemId(xoptions, &PyId_showalloccount);