]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23426)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 Nov 2020 11:22:08 +0000 (03:22 -0800)
committerGitHub <noreply@github.com>
Sat, 21 Nov 2020 11:22:08 +0000 (13:22 +0200)
commit7e9bf4ec91fdcc884b4469f796d3db7a91c0d26e
treeb78f35d29a988e8312efcd3d592e8c055820fc40
parent648a32b12ec676036ae4115747d458fb6f379d74
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 4c24b08cd3239b417a5f8c7ba2ba54c840d051e3)

Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
Co-authored-by: Zhang Maiyun <myzhang1029@hotmail.com>
Doc/library/signal.rst