https://github.com/python/cpython/commit/206dc9a82e7f6209392561128b7b1660aa33d6a1
commit: 206dc9a82e7f6209392561128b7b1660aa33d6a1
branch: 3.11
author: Miss Islington (bot) <[email protected]>
committer: ronaldoussoren <[email protected]>
date: 2023-12-30T18:10:11+01:00
summary:

[3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) 
(#113586)

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 <[email protected]>

files:
M Doc/library/signal.rst

diff --git a/Doc/library/signal.rst b/Doc/library/signal.rst
index 7ee5ece8859825..85a073aad233ac 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

_______________________________________________
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]

Reply via email to