mirror of
https://github.com/python/cpython.git
synced 2025-08-10 11:58:39 +00:00
[3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585)
gh-89414: Document that SIGCLD is not available on macOS (GH-113580)
Document that SIGCLD is not available on macOS
(cherry picked from commit f48a1bcb29
)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
This commit is contained in:
parent
c0de843c12
commit
c4eaae1864
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