Searched refs:sigint_func (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ | ||
H A D | signalmodule.c | 1638 PyObject* sigint_func = get_handler(SIGINT); local 1639 if (sigint_func == state->default_handler) { 1647 Py_DECREF(sigint_func); |
Completed in 3 milliseconds