Searched refs:str_dict (Results 1 – 5 of 5) sorted by relevance
17 static PyObject *str_dict; variable479 r = PyObject_RichCompareBool(name, str_dict, Py_EQ); in local_setattro()548 r = PyObject_RichCompareBool(name, str_dict, Py_EQ); in local_getattro()934 str_dict = PyString_InternFromString("__dict__"); in initthread()935 if (str_dict == NULL) in initthread()
12 static PyObject *str_dict; variable893 r = PyObject_RichCompareBool(name, str_dict, Py_EQ); in local_setattro()962 r = PyObject_RichCompareBool(name, str_dict, Py_EQ); in local_getattro()1624 str_dict = PyUnicode_InternFromString("__dict__"); in PyInit__thread()1625 if (str_dict == NULL) in PyInit__thread()
460 str_dict
195 Modules/_threadmodule.c:str_dict static PyObject *str_dict
1769 Modules/_threadmodule.c - str_dict variable static PyObject *str_dict