Searched refs:whatstrings (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 282 static PyObject *whatstrings[7] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable 292 if (whatstrings[i] == NULL) { in trace_init() 296 whatstrings[i] = name; in trace_init() 314 whatstr = whatstrings[what]; in call_trampoline()
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 461 static PyObject *whatstrings[8] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable 474 if (whatstrings[i] == NULL) { in trace_init() 478 whatstrings[i] = name; in trace_init() 497 stack[1] = whatstrings[what]; in call_trampoline()
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 479 whatstrings
|