Doc: Mark SIGSTOP as unavailable on Windows#146322
Closed
nmurrell07 wants to merge 1 commit intopython:mainfrom
Closed
Doc: Mark SIGSTOP as unavailable on Windows#146322nmurrell07 wants to merge 1 commit intopython:mainfrom
nmurrell07 wants to merge 1 commit intopython:mainfrom
Conversation
Add the .. availability:: Unix. directive for SIGSTOP, consistent with other Unix-only signals like SIGPROF and SIGQUIT.
8538de7 to
98949ca
Compare
Member
|
Dupe of #146319 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds an availability note to the
SIGSTKFLTsignal documentation, clarifying that it's Unix-specific.Note: There appears to be a mismatch between this issue's title ("Better query string parser") and the actual diff (Python signal documentation). The original issue was marked invalid since Node.js implemented their own query string parser. This change is unrelated to query string parsing — please clarify if this should be associated with a different issue or if there's been a mix-up in the PR context.
What Changed
Added
.. availability:: Unix.directive to theSIGSTKFLTsignal documentation entry:Why This Matters
The
signalmodule documentation should clearly indicate platform-specific signals.SIGSTKFLTis only available on Unix systems, and this note helps developers understand where they can expect to use it (or not).Verification
SIGSTKFLTavailabilityLimitations
If this is indeed unrelated to the "query string parser" issue, please let me know so I can update accordingly.
📚 Documentation preview 📚: https://cpython-previews--146322.org.readthedocs.build/