From 453d9fb01e9ac998fee26d00ab1f58150f7023e5 Mon Sep 17 00:00:00 2001 From: Jonathan Dung Date: Thu, 26 Mar 2026 23:05:21 +0800 Subject: [PATCH] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (cherry picked from commit e44993a6654de99018404960f816e57797511675) Co-authored-by: Jonathan Dung --- Doc/library/signal.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 60b8cbc2a61459..60e63f773a402d 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -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