From 863641ca44fbdbb6efec5d676e511680e8e7b390 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sat, 30 Dec 2023 16:19:47 +0100 Subject: [PATCH] gh-89414: Document that SIGCLD is not available on macOS (#113580) Document that SIGCLD is not available on macOS --- Doc/library/signal.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst index 7ee5ece88598250..85a073aad233ace 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