Skip to content

Commit dd3137a

Browse files
vstinnerAA-Turner
andauthored
Update Modules/faulthandler.c
Co-authored-by: Adam Turner <[email protected]>
1 parent 068b4e8 commit dd3137a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/faulthandler.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ faulthandler.dump_traceback_later
780780
781781
Dump the traceback of all threads in timeout seconds.
782782
783-
Dump the traceback of all threads each timeout seconds if repeat is True.
784-
783+
If repeat is True, the tracebacks of all threads are dumped every timeout seconds.
785784
If exit is true, call _exit(1) which is not safe.
786785
[clinic start generated code]*/
787786

0 commit comments

Comments
 (0)