]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Oct 2025 06:31:10 +0000 (08:31 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 06:31:10 +0000 (06:31 +0000)
gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844)
(cherry picked from commit 1f87d528a1fb999ff9cdb411a1ccc3f8ee674293)

Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Doc/library/signal.rst

index b0307d3dea117096833cb8a31861ff87947ed4e7..7ef7bbe8d968396af3e16693dfe8680c5c71ba58 100644 (file)
@@ -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.