Searched refs:_Py_UnhandledKeyboardInterrupt (Results 1 – 6 of 6) sorted by relevance
292 _Py_UnhandledKeyboardInterrupt = 0; in pymain_run_module()295 _Py_UnhandledKeyboardInterrupt = 1; in pymain_run_module()676 if (_Py_UnhandledKeyboardInterrupt) { in Py_RunMain()
35 PyAPI_DATA(int) _Py_UnhandledKeyboardInterrupt;
1279 _Py_UnhandledKeyboardInterrupt = 0; in run_eval_code_obj()1293 _Py_UnhandledKeyboardInterrupt = 1; in run_eval_code_obj()
64 int _Py_UnhandledKeyboardInterrupt = 0; variable
79 Python/pylifecycle.c:_Py_UnhandledKeyboardInterrupt int _Py_UnhandledKeyboardInterrupt
2936 Python/pylifecycle.c - _Py_UnhandledKeyboardInterrupt -