mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896)
This commit is contained in:
parent
1c598e0436
commit
302f19d1f1
1 changed files with 16 additions and 0 deletions
|
|
@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
|
|||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGPROF
|
||||
|
||||
Profiling timer expired.
|
||||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGQUIT
|
||||
|
||||
Terminal quit signal.
|
||||
|
|
@ -215,6 +221,10 @@ The variables defined in the :mod:`signal` module are:
|
|||
|
||||
Segmentation fault: invalid memory reference.
|
||||
|
||||
.. data:: SIGSTOP
|
||||
|
||||
Stop executing (cannot be caught or ignored).
|
||||
|
||||
.. data:: SIGSTKFLT
|
||||
|
||||
Stack fault on coprocessor. The Linux kernel does not raise this signal: it
|
||||
|
|
@ -243,6 +253,12 @@ The variables defined in the :mod:`signal` module are:
|
|||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGVTALRM
|
||||
|
||||
Virtual timer expired.
|
||||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGWINCH
|
||||
|
||||
Window resize signal.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue