Skip to content

Commit 3b5b1c8

Browse files
Fix wrong availability for signal.SIGCHLD (pythonGH-23285) (python#23425)
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> Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
1 parent d153eb8 commit 3b5b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/signal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The variables defined in the :mod:`signal` module are:
117117

118118
Child process stopped or terminated.
119119

120-
.. availability:: Windows.
120+
.. availability:: Unix.
121121

122122
.. data:: SIGCLD
123123

0 commit comments

Comments
 (0)