Thanks to visit codestin.com Credit goes to github.com
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 f309134 commit 7098685Copy full SHA for 7098685
1 file changed
Doc/library/faulthandler.rst
@@ -69,8 +69,8 @@ Dump the tracebacks after a timeout
69
70
Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
71
each *timeout* seconds if *repeat* is ``True``. If *exit* is True, call
72
- :cfunc:`_exit` with status=1 after dumping the tracebacks to terminate
73
- immediatly the process, which is not safe. For example, :cfunc:`_exit`
+ :c:func:`_exit` with status=1 after dumping the tracebacks to terminate
+ immediatly the process, which is not safe. For example, :c:func:`_exit`
74
doesn't flush file buffers. If the function is called twice, the new call
75
replaces previous parameters (resets the timeout). The timer has a
76
sub-second resolution.
0 commit comments