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

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


http://hg.python.org/cpython/rev/0827fef8652d
changeset:   78396:0827fef8652d
branch:      2.7
parent:      78393:a3d49f1de893
user:        Jesus Cea <jcea at jcea.es>
date:        Fri Aug 03 15:48:56 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
@@ -610,8 +610,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