mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Document most common signals (GH-19245)
Document individual signals (only the most common signals): description, default action, availability.
This commit is contained in:
parent
cd16661f90
commit
400e1dbcad
2 changed files with 107 additions and 1 deletions
|
@ -2433,7 +2433,7 @@ init_signals(PyThreadState *tstate)
|
|||
#ifdef SIGXFSZ
|
||||
PyOS_setsig(SIGXFSZ, SIG_IGN);
|
||||
#endif
|
||||
PyOS_InitInterrupts(); /* May imply initsignal() */
|
||||
PyOS_InitInterrupts(); /* May imply init_signals() */
|
||||
if (_PyErr_Occurred(tstate)) {
|
||||
return _PyStatus_ERR("can't import signal");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue