https://github.com/python/cpython/commit/b367d104edffa2523c0ee040f6ae7494b2dac9e9 commit: b367d104edffa2523c0ee040f6ae7494b2dac9e9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner <[email protected]> date: 2025-10-10T06:31:10Z summary:
[3.13] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844) (#139886) gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844) (cherry picked from commit 1f87d528a1fb999ff9cdb411a1ccc3f8ee674293) Co-authored-by: Weilin Du <[email protected]> files: M Doc/library/signal.rst diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index b0307d3dea1170..7ef7bbe8d96839 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
