Skip to content

Commit

Permalink
pythongh-89414: Document that SIGCLD is not available on macOS (pytho…
Browse files Browse the repository at this point in the history
…n#113580)

Document that SIGCLD is not available on macOS
  • Loading branch information
ronaldoussoren authored Dec 30, 2023
1 parent 88cb972 commit f48a1bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f48a1bc

Please sign in to comment.