[Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler

victor.stinner python-checkins at python.org
Mon Jun 17 20:36:00 CEST 2013


http://hg.python.org/cpython/rev/9786b37082dd
changeset:   84190:9786b37082dd
parent:      84188:c026dbe95f78
parent:      84189:dac8d28c78a6
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Jun 17 20:35:42 2013 +0200
summary:
  (Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler module

files:
  Lib/test/regrtest.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1012,7 +1012,7 @@
         return result
     finally:
         if use_timeout:
-            faulthandler.cancel_dump_tracebacks_later()
+            faulthandler.cancel_dump_traceback_later()
         cleanup_test_droppings(test, verbose)
 runtest.stringio = None
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list