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

victor.stinner python-checkins at python.org
Mon Jun 17 20:35:59 CEST 2013


http://hg.python.org/cpython/rev/dac8d28c78a6
changeset:   84189:dac8d28c78a6
branch:      3.3
parent:      84187:732fb15e856d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Jun 17 20:35:08 2013 +0200
summary:
  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
@@ -944,7 +944,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