Home
last modified time | relevance | path

Searched refs:sigint_func (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
Dsignalmodule.c1605 PyObject* sigint_func = get_handler(SIGINT); local
1606 if (sigint_func == state->default_handler) {
1614 Py_DECREF(sigint_func);