https://github.com/python/cpython/commit/25714b3c8224a9a30bb8cb74b2381b693fbe9b56 commit: 25714b3c8224a9a30bb8cb74b2381b693fbe9b56 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner <[email protected]> date: 2026-03-26T16:49:43+01:00 summary:
[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 <[email protected]> files: M Doc/library/signal.rst diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 6575063804201f..8e543d9205ec6a 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
