summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-06-17 18:35:08 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-06-17 18:35:08 (GMT)
commit934676afba749fdaede4602936abb9495bdfcd0f (patch)
tree34bf3f1e533a304e0dee2f4ab44a2339a74bd33f
parent4de701b7280128a1c9a1a9d2cd5d5601ecf5129f (diff)
downloadcpython-934676afba749fdaede4602936abb9495bdfcd0f.zip
cpython-934676afba749fdaede4602936abb9495bdfcd0f.tar.gz
cpython-934676afba749fdaede4602936abb9495bdfcd0f.tar.bz2
regrtest.py: Fix another typo in the usage of the faulthandler module
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 7086c7c..ddb6b92 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -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