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

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


http://hg.python.org/cpython/rev/593eba5e867c
changeset:   78398:593eba5e867c
parent:      78395:b80a780514dd
parent:      78397:0bda3f00b60a
user:        Jesus Cea <jcea at jcea.es>
date:        Fri Aug 03 15:49:40 2012 +0200
summary:
  MERGE: #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
@@ -703,8 +703,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