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 2781d52 commit 4f0b563Copy full SHA for 4f0b563
Doc/library/signal.rst
@@ -205,6 +205,12 @@ The variables defined in the :mod:`signal` module are:
205
206
.. availability:: Unix.
207
208
+.. data:: SIGPROF
209
+
210
+ Profiling timer expired.
211
212
+ .. availability:: Unix.
213
214
.. data:: SIGQUIT
215
216
Terminal quit signal.
@@ -247,12 +253,6 @@ The variables defined in the :mod:`signal` module are:
247
253
248
254
249
255
250
-.. data:: SIGPROF
251
-
252
- Profiling timer expired.
- .. availability:: Unix.
256
.. data:: SIGVTALRM
257
258
Virtual timer expired.
0 commit comments