Kaydet (Commit) a222de1a authored tarafından Victor Stinner's avatar Victor Stinner

(Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module

......@@ -1012,7 +1012,7 @@ def runtest(test, verbose, quiet,
return result
finally:
if use_timeout:
faulthandler.cancel_dump_tracebacks_later()
faulthandler.cancel_dump_traceback_later()
cleanup_test_droppings(test, verbose)
runtest.stringio = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment