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 47bbab9 commit 064e1e3Copy full SHA for 064e1e3
Doc/library/faulthandler.rst
@@ -100,8 +100,10 @@ Dumping the tracebacks after a timeout
100
:func:`cancel_dump_traceback_later` is called: see :ref:`issue with file
101
descriptors <faulthandler-fd>`.
102
103
- This function is implemented using a watchdog thread and therefore is not
104
- available if Python is compiled with threads disabled.
+ This function is implemented using a watchdog thread.
+
105
+ .. versionchanged:: 3.7
106
+ This function is now always available.
107
108
.. versionchanged:: 3.5
109
Added support for passing file descriptor to this function.
0 commit comments