From: Jonathan Dung Date: Thu, 26 Mar 2026 15:05:21 +0000 (+0800) Subject: gh-146318: Document that signal.SIGSTOP is Unix-only (#146319) X-Git-Tag: v3.15.0a8~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44993a6654de99018404960f816e57797511675;p=thirdparty%2FPython%2Fcpython.git gh-146318: Document that signal.SIGSTOP is Unix-only (#146319) --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index c3fe9943ba9d..12ad45f557e6 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