[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:
Miss Islington (bot) 2023-12-30 18:09:50 +01:00 committed by GitHub
parent c0de843c12
commit c4eaae1864
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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