Skip to content

Commit 8a2737c

Browse files
committed
is True => is true
1 parent 1f5a8e4 commit 8a2737c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Modules/clinic/faulthandler.c.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/faulthandler.c

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

787787
static PyObject *
788788
faulthandler_dump_traceback_later_impl(PyObject *module,
789789
PyObject *timeout_obj, int repeat,
790790
PyObject *file, int exit)
791-
/*[clinic end generated code: output=a24d80d694d25ba2 input=e474dbd9c8ac52cd]*/
791+
/*[clinic end generated code: output=a24d80d694d25ba2 input=fd005625ecc2ba9a]*/
792792
{
793793
PyTime_t timeout, timeout_us;
794794
int fd;

0 commit comments

Comments
 (0)