This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Wrong Availability for signal.SIGCHLD
Type: Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: andrei.avk, docs@python, myzhang1029, zach.ware
Priority: normal Keywords: patch

Created on 2020-11-14 15:36 by myzhang1029, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 23285 merged myzhang1029, 2020-11-14 15:37
Messages (3)
msg380981 - (view) Author: Maiyun Zhang (myzhang1029) * Date: 2020-11-14 15:36
The availability for `signal.SIGCHLD` is not correct. This seems to be present since Python 3.7
msg398112 - (view) Author: Andrei Kulakov (andrei.avk) * (Python triager) Date: 2021-07-24 01:36
This can be closed (fixed).
msg398113 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2021-07-24 01:54
You are correct, thanks for the ping Andrei.

And thank you for the patch, Maiyun!
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86523
2021-07-24 01:54:14zach.waresetstatus: open -> closed

versions: + Python 3.8, Python 3.9
nosy: + zach.ware

messages: + msg398113
resolution: fixed
stage: patch review -> resolved
2021-07-24 01:36:43andrei.avksetnosy: + andrei.avk
messages: + msg398112
2020-11-14 15:37:23myzhang1029setkeywords: + patch
stage: patch review
pull_requests: + pull_request22177
2020-11-14 15:36:37myzhang1029create