https://github.com/python/cpython/commit/302f19d1f1880dd29deb5ad02fa2c21639319559
commit: 302f19d1f1880dd29deb5ad02fa2c21639319559
branch: main
author: Weilin Du <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2025-10-10T11:28:38-04:00
summary:
gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx
references (GH-139896)
files:
M Doc/library/signal.rst
diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 0c681c795c1a55..ccdf5027ff9841 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:: 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.
_______________________________________________
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]