From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:09:50 +0000 (+0100) Subject: [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585) X-Git-Tag: v3.12.2~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4eaae1864e40e504fe94a07ab6cf8bd1e4ed2db;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585) gh-89414: Document that SIGCLD is not available on macOS (GH-113580) Document that SIGCLD is not available on macOS (cherry picked from commit f48a1bcb2914addee971814fd014e4d8075ea6a9) Co-authored-by: Ronald Oussoren --- diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 7ee5ece88598..85a073aad233 100644 --- a/Doc/library/signal.rst +++ b/Doc/library/signal.rst @@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are: Alias to :data:`SIGCHLD`. + .. availability:: not macOS. + .. data:: SIGCONT Continue the process if it is currently stopped