Skip to content

Commit

Permalink
Fix wrong availability for signal.SIGCHLD (pythonGH-23285)
Browse files Browse the repository at this point in the history
I believe this is a mistake. SIGCHLD is only available on Unix systems, not Windows.
(cherry picked from commit 4c24b08)

Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
  • Loading branch information
myzhang1029 authored and miss-islington committed Nov 20, 2020
1 parent 4dd2112 commit 5e3a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The variables defined in the :mod:`signal` module are:

Child process stopped or terminated.

.. availability:: Windows.
.. availability:: Unix.

.. data:: SIGCLD

Expand Down

0 comments on commit 5e3a6e8

Please sign in to comment.