Skip to content

Commit 206dc9a

Browse files
[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 f48a1bc) Co-authored-by: Ronald Oussoren <[email protected]>
1 parent 8938495 commit 206dc9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are:
157157

158158
Alias to :data:`SIGCHLD`.
159159

160+
.. availability:: not macOS.
161+
160162
.. data:: SIGCONT
161163

162164
Continue the process if it is currently stopped

0 commit comments

Comments
 (0)