]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-89414: Document that SIGCLD is not available on macOS (#113580)
authorRonald Oussoren <ronaldoussoren@mac.com>
Sat, 30 Dec 2023 15:19:47 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Sat, 30 Dec 2023 15:19:47 +0000 (16:19 +0100)
Document that SIGCLD is not available on macOS

Doc/library/signal.rst

index 7ee5ece885982509c5d4ab279a32cbbd39e07b62..85a073aad233ace7321d26c753b781429fa234d4 100644 (file)
@@ -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