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