From: Victor Stinner Date: Mon, 17 Jun 2013 18:35:08 +0000 (+0200) Subject: regrtest.py: Fix another typo in the usage of the faulthandler module X-Git-Tag: v3.4.0a1~461^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934676afba749fdaede4602936abb9495bdfcd0f;p=thirdparty%2FPython%2Fcpython.git regrtest.py: Fix another typo in the usage of the faulthandler module --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 7086c7c776df..ddb6b9230c1c 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