mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix wrong availability for signal.SIGCHLD (GH-23285) (#23425)
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
d153eb8a1e
commit
3b5b1c82a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue