From: Alexander Belopolsky Date: Mon, 13 Sep 2010 18:15:33 +0000 (+0000) Subject: Removed debugging setting X-Git-Tag: v3.2a3~284 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8642c32744f0d60815fd32a94ab410166eaa7c1;p=thirdparty%2FPython%2Fcpython.git Removed debugging setting --- diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py index 8ca9ba4f2099..6c483f8241b1 100644 --- a/Lib/test/test_trace.py +++ b/Lib/test/test_trace.py @@ -104,7 +104,6 @@ class TestLineCounts(unittest.TestCase): 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)