From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 10 Oct 2025 06:30:53 +0000 (+0200) Subject: [3.14] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844)... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=321dfb2ff5f14ad613a6c96e6eb860feb954255c;p=thirdparty%2FPython%2Fcpython.git [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 1f87d528a1fb999ff9cdb411a1ccc3f8ee674293) Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com> --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index b0307d3dea11..7ef7bbe8d968 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -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.