Skip to content

Commit 7d565d6

Browse files
[3.13] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146469)
gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (cherry picked from commit e44993a) Co-authored-by: Jonathan Dung <jonathandung@yahoo.com>
1 parent 921515f commit 7d565d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ The variables defined in the :mod:`signal` module are:
230230

231231
Stop executing (cannot be caught or ignored).
232232

233+
.. availability:: Unix.
234+
233235
.. data:: SIGSTKFLT
234236

235237
Stack fault on coprocessor. The Linux kernel does not raise this signal: it

0 commit comments

Comments
 (0)