mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.14] gh-139843: Document signal.SIGQUIT to fix Sphinx references (GH-139844) (#139885)
gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844)
(cherry picked from commit 1f87d528a1)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
This commit is contained in:
parent
60732d7397
commit
321dfb2ff5
1 changed files with 6 additions and 0 deletions
|
|
@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
|
|||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGQUIT
|
||||
|
||||
Terminal quit signal.
|
||||
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGSEGV
|
||||
|
||||
Segmentation fault: invalid memory reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue