Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)
I believe this is a mistake. SIGCHLD is only available on Unix systems, not Windows.
(cherry picked from commit 4c24b08cd3
)
Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
This commit is contained in:
parent
648a32b12e
commit
7e9bf4ec91
|
@ -117,7 +117,7 @@ The variables defined in the :mod:`signal` module are:
|
|||
|
||||
Child process stopped or terminated.
|
||||
|
||||
.. availability:: Windows.
|
||||
.. availability:: Unix.
|
||||
|
||||
.. data:: SIGCLD
|
||||
|
||||
|
|
Loading…
Reference in New Issue