Searched refs:imp_PyExc_KeyboardInterrupt (Results 1 – 1 of 1) sorted by relevance
470 static PyObject *imp_PyExc_KeyboardInterrupt; variable481 # define PyExc_KeyboardInterrupt imp_PyExc_KeyboardInterrupt751 imp_PyExc_KeyboardInterrupt = PyDict_GetItemString(exdict, "KeyboardInterrupt"); in get_exceptions()761 Py_XINCREF(imp_PyExc_KeyboardInterrupt); in get_exceptions()