Searched refs:whatstrings (Results 1 – 3 of 3) sorted by relevance
925 static PyObject *whatstrings[8] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL}; variable938 if (whatstrings[i] == NULL) { in trace_init()942 whatstrings[i] = name; in trace_init()959 stack[1] = whatstrings[what]; in call_trampoline()
221 Python/sysmodule.c:whatstrings static PyObject *whatstrings[8]
2079 Python/sysmodule.c - whatstrings -