]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-146318: Document that signal.SIGSTOP is Unix-only (#146319)
authorJonathan Dung <jonathandung@yahoo.com>
Thu, 26 Mar 2026 15:05:21 +0000 (23:05 +0800)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2026 15:05:21 +0000 (16:05 +0100)
Doc/library/signal.rst

index c3fe9943ba9d760f59ba71c17c92542c8799808a..12ad45f557e6db55fb968a560c0a2db5e550785a 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