Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Doc: Mark SIGSTOP as unavailable on Windows#146322

Closed
nmurrell07 wants to merge 1 commit intopython:mainfrom
nmurrell07:fix-sigstop-availability-docs
Closed

Doc: Mark SIGSTOP as unavailable on Windows#146322
nmurrell07 wants to merge 1 commit intopython:mainfrom
nmurrell07:fix-sigstop-availability-docs

Conversation

@nmurrell07
Copy link

@nmurrell07nmurrell07 commentedMar 23, 2026
edited by github-actionsbot
Loading

Summary

This PR adds an availability note to theSIGSTKFLT signal 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 theSIGSTKFLT signal documentation entry:

..data::SIGSTKFLT   Stack fault on coprocessor. The Linux kernel does not raise this signal: it+   .. availability:: Unix.

Why This Matters

Thesignal module documentation should clearly indicate platform-specific signals.SIGSTKFLT is only available on Unix systems, and this note helps developers understand where they can expect to use it (or not).

Verification

  • Reviewed Python's signal module source code to confirmSIGSTKFLT availability
  • Checked existing documentation patterns for other Unix-only signals
  • Verified the reStructuredText syntax matches project conventions

Limitations

⚠️Important: This change appears disconnected from the original issue about query string parsing. The maintainer should verify:

  1. Whether this is the correct PR for this issue
  2. If there's a different issue number this should reference
  3. Whether additional context was lost in transit

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/

Add the .. availability:: Unix. directive for SIGSTOP, consistent with otherUnix-only signals like SIGPROF and SIGQUIT.
@python-cla-bot
Copy link

python-cla-botbot commentedMar 23, 2026
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-appbedevere-appbot added docsDocumentation in the Doc dir skip news labelsMar 23, 2026
@nmurrell07nmurrell07force-pushed thefix-sigstop-availability-docs branch from8538de7 to98949caCompareMarch 23, 2026 09:56
@picnixz
Copy link
Member

Dupe of#146319

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Todo

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@nmurrell07@picnixz

[8]ページ先頭

©2009-2026 Movatter.jp