[Python-checkins] r84781 - python/branches/py3k/Lib/test/test_trace.py

alexander.belopolsky python-checkins at python.org
Mon Sep 13 20:15:33 CEST 2010


Author: alexander.belopolsky
Date: Mon Sep 13 20:15:33 2010
New Revision: 84781

Log:
Removed debugging setting

Modified:
   python/branches/py3k/Lib/test/test_trace.py

Modified: python/branches/py3k/Lib/test/test_trace.py
==============================================================================
--- python/branches/py3k/Lib/test/test_trace.py	(original)
+++ python/branches/py3k/Lib/test/test_trace.py	Mon Sep 13 20:15:33 2010
@@ -104,7 +104,6 @@
     def setUp(self):
         self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
         self.my_py_filename = fix_ext_py(__file__)
-        self.maxDiff = None
 
     def test_traced_func_linear(self):
         result = self.tracer.runfunc(traced_func_linear, 2, 5)


More information about the Python-checkins mailing list