Skip to content

Commit f91025c

Browse files
ronaldoussorenaisk
authored andcommitted
pythongh-89414: Document that SIGCLD is not available on macOS (python#113580)
Document that SIGCLD is not available on macOS
1 parent 001cf08 commit f91025c

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)