-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-89414: Document that SIGCLD is not available on macOS #113580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Doc/library/signal.rst
Outdated
@@ -157,6 +157,8 @@ The variables defined in the :mod:`signal` module are: | |||
|
|||
Alias to :data:`SIGCHLD`. | |||
|
|||
.. availability:: not macOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. availability:: not macOS | |
.. availability:: not macOS. |
I think it would be better to add periods to make it consistent with the rest of the file.
Thanks @ronaldoussoren for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…nGH-113580) Document that SIGCLD is not available on macOS (cherry picked from commit f48a1bc) Co-authored-by: Ronald Oussoren <[email protected]>
GH-113585 is a backport of this pull request to the 3.12 branch. |
GH-113586 is a backport of this pull request to the 3.11 branch. |
…nGH-113580) Document that SIGCLD is not available on macOS (cherry picked from commit f48a1bc) Co-authored-by: Ronald Oussoren <[email protected]>
…n#113580) Document that SIGCLD is not available on macOS
…n#113580) Document that SIGCLD is not available on macOS
…n#113580) Document that SIGCLD is not available on macOS
📚 Documentation preview 📚: https://cpython-previews--113580.org.readthedocs.build/