mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -1595,7 +1595,7 @@ signal_get_set_handlers(signal_state_t *state, PyObject *mod_dict)
|
|||
Py_XDECREF(old_func);
|
||||
}
|
||||
|
||||
// Instal Python SIGINT handler which raises KeyboardInterrupt
|
||||
// Install Python SIGINT handler which raises KeyboardInterrupt
|
||||
PyObject* sigint_func = get_handler(SIGINT);
|
||||
if (sigint_func == state->default_handler) {
|
||||
PyObject *int_handler = PyMapping_GetItemString(mod_dict,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue