Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ The variables defined in the :mod:`!signal` module are:

Stop executing (cannot be caught or ignored).

.. availability:: Unix.

.. data:: SIGSTKFLT

Stack fault on coprocessor. The Linux kernel does not raise this signal: it
Expand Down
Loading