From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:49:43 +0000 (+0100) Subject: [3.14] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146468) X-Git-Tag: v3.14.4~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25714b3c8224a9a30bb8cb74b2381b693fbe9b56;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146468) gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (cherry picked from commit e44993a6654de99018404960f816e57797511675) Co-authored-by: Jonathan Dung --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 657506380420..8e543d9205ec 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