gh-89414: Document that SIGCLD is not available on macOS (#113580)

https://github.com/python/cpython/commit/f48a1bcb2914addee971814fd014e4d8075... commit: f48a1bcb2914addee971814fd014e4d8075ea6a9 branch: main author: Ronald Oussoren <ronaldoussoren@mac.com> committer: ronaldoussoren <ronaldoussoren@mac.com> date: 2023-12-30T16:19:47+01:00 summary: gh-89414: Document that SIGCLD is not available on macOS (#113580) Document that SIGCLD is not available on macOS 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
participants (1)
-
ronaldoussoren