mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-89414: Document that SIGCLD is not available on macOS (#113580)
Document that SIGCLD is not available on macOS
This commit is contained in:
parent
88cb972000
commit
f48a1bcb29
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue