Skip to content

gh-146318: Document that signal.SIGSTOP is unix-only#146319

Open
jonathandung wants to merge 1 commit intopython:mainfrom
jonathandung:patch-1
Open

gh-146318: Document that signal.SIGSTOP is unix-only#146319
jonathandung wants to merge 1 commit intopython:mainfrom
jonathandung:patch-1

Conversation

@jonathandung
Copy link
Contributor

@jonathandung jonathandung commented Mar 23, 2026

Closes #146318.

Edited the .rst source of the page documenting the signal module here to point out that SIGSTOP does not exist on Windows, and thus the signal.SIGSTOP constant is not present, which is correctly annotated in the typeshed stubs.


📚 Documentation preview 📚: https://cpython-previews--146319.org.readthedocs.build/

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

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Mark signal.[Signals.]SIGSTOP as unavailable on Windows

1 participant