]> granicus.if.org Git - python/commitdiff
regrtest.py: Fix another typo in the usage of the faulthandler module
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 18:35:08 +0000 (20:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 18:35:08 +0000 (20:35 +0200)
Lib/test/regrtest.py

index 7086c7c776dfa5b1a04e4e3571d03298eafd4049..ddb6b9230c1c6c20c000b6f9eddfa99883b487a4 100755 (executable)
@@ -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