Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c17 static PyObject *str_dict; variable
479 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()
/external/python/cpython3/Modules/
D_threadmodule.c12 static PyObject *str_dict; variable
893 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()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt460 str_dict
DTODO195 Modules/_threadmodule.c:str_dict static PyObject *str_dict
Dknown.tsv1769 Modules/_threadmodule.c - str_dict variable static PyObject *str_dict