[Python-checkins] cpython (3.2): #15512: Remove remnants of debugging code

jesus.cea python-checkins at python.org
Fri Aug 3 15:51:36 CEST 2012


http://hg.python.org/cpython/rev/0bda3f00b60a
changeset:   78397:0bda3f00b60a
branch:      3.2
parent:      78394:b0725c1b3068
user:        Jesus Cea <jcea at jcea.es>
date:        Fri Aug 03 15:49:14 2012 +0200
summary:
  #15512: Remove remnants of debugging code

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


diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -699,8 +699,6 @@
             children = node[1:-1] if hasstr else node[1:]
             if children:
                 res += XXXROUNDUP(len(children)) * nodesize
-            res1 = res
-            if children:
                 for child in children:
                     res += sizeofchildren(child)
             return res

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


More information about the Python-checkins mailing list