Skip to content

Commit 98949ca

Browse files
committed
Mark signal.SIGSTOP as unavailable on Windows
Add the .. availability:: Unix. directive for SIGSTOP, consistent with other Unix-only signals like SIGPROF and SIGQUIT.
1 parent b5e4c46 commit 98949ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/signal.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ The variables defined in the :mod:`!signal` module are:
230230

231231
Stop executing (cannot be caught or ignored).
232232

233+
.. availability:: Unix.
234+
233235
.. data:: SIGSTKFLT
234236

235237
Stack fault on coprocessor. The Linux kernel does not raise this signal: it

0 commit comments

Comments
 (0)