]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146469)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Mar 2026 15:49:46 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 15:49:46 +0000 (16:49 +0100)
gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319)
(cherry picked from commit e44993a6654de99018404960f816e57797511675)

Co-authored-by: Jonathan Dung <jonathandung@yahoo.com>
Doc/library/signal.rst

index 60b8cbc2a6145917af29208a5515b8ddd47a9ee8..60e63f773a402d0bd0c423cf38bfbbbc5f69bfc1 100644 (file)
@@ -230,6 +230,8 @@ The variables defined in the :mod:`signal` module are:
 
    Stop executing (cannot be caught or ignored).
 
+   .. availability:: Unix.
+
 .. data:: SIGSTKFLT
 
    Stack fault on coprocessor. The Linux kernel does not raise this signal: it