mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00:00
(Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module
This commit is contained in:
commit
a222de1a23
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ def runtest(test, verbose, quiet,
|
||||||
return result
|
return result
|
||||||
finally:
|
finally:
|
||||||
if use_timeout:
|
if use_timeout:
|
||||||
faulthandler.cancel_dump_tracebacks_later()
|
faulthandler.cancel_dump_traceback_later()
|
||||||
cleanup_test_droppings(test, verbose)
|
cleanup_test_droppings(test, verbose)
|
||||||
runtest.stringio = None
|
runtest.stringio = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue