Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 934676a

Browse files
committed
regrtest.py: Fix another typo in the usage of the faulthandler module
1 parent 4de701b commit 934676a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ def runtest(test, verbose, quiet,
944944
return result
945945
finally:
946946
if use_timeout:
947-
faulthandler.cancel_dump_tracebacks_later()
947+
faulthandler.cancel_dump_traceback_later()
948948
cleanup_test_droppings(test, verbose)
949949
runtest.stringio = None
950950

0 commit comments

Comments
 (0)