mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix markup.
This commit is contained in:
parent
f309134eff
commit
7098685bdb
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ Dump the tracebacks after a timeout
|
|||
|
||||
Dump the tracebacks of all threads, after a timeout of *timeout* seconds, or
|
||||
each *timeout* seconds if *repeat* is ``True``. If *exit* is True, call
|
||||
:cfunc:`_exit` with status=1 after dumping the tracebacks to terminate
|
||||
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`
|
||||
doesn't flush file buffers. If the function is called twice, the new call
|
||||
replaces previous parameters (resets the timeout). The timer has a
|
||||
sub-second resolution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue