regrtest.py: Fix another typo in the usage of the faulthandler module

This commit is contained in:
Victor Stinner 2013-06-17 20:35:08 +02:00
parent 4de701b728
commit 934676afba
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,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