Skip to content

Commit 7e9bf4e

Browse files
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 4c24b08) Co-authored-by: Zhang Maiyun <[email protected]> Co-authored-by: Zhang Maiyun <[email protected]>
1 parent 648a32b commit 7e9bf4e

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)