From 98949ca61cf8efa8f4100ac9e2eae392ec06cc90 Mon Sep 17 00:00:00 2001 From: nmurrell07 Date: Mon, 23 Mar 2026 03:33:15 -0500 Subject: [PATCH] Mark signal.SIGSTOP as unavailable on Windows Add the .. availability:: Unix. directive for SIGSTOP, consistent with other Unix-only signals like SIGPROF and SIGQUIT. --- Doc/library/signal.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index c3fe9943ba9d76..12ad45f557e6db 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