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

This commit is contained in:
Victor Stinner 2013-06-17 20:35:42 +02:00
commit a222de1a23

View file

@ -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