We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4104f5 commit c1fe2bfCopy full SHA for c1fe2bf
Doc/library/signal.rst
@@ -215,6 +215,10 @@ The variables defined in the :mod:`signal` module are:
215
216
Segmentation fault: invalid memory reference.
217
218
+.. data:: SIGSTOP
219
+
220
+ Stop executing (cannot be caught or ignored).
221
222
.. data:: SIGSTKFLT
223
224
Stack fault on coprocessor. The Linux kernel does not raise this signal: it
@@ -243,6 +247,18 @@ The variables defined in the :mod:`signal` module are:
243
247
244
248
.. availability:: Unix.
245
249
250
+.. data:: SIGPROF
251
252
+ Profiling timer expired.
253
254
+ .. availability:: Unix.
255
256
+.. data:: SIGVTALRM
257
258
+ Virtual timer expired.
259
260
261
246
262
.. data:: SIGWINCH
263
264
Window resize signal.
0 commit comments