
python-checkins at python
Aug 3, 2012, 6:51 AM
Post #1 of 1
(36 views)
Permalink
|
|
cpython (merge 3.2 -> default): MERGE: #15512: Remove remnants of debugging code
|
|
http://hg.python.org/cpython/rev/593eba5e867c changeset: 78398:593eba5e867c parent: 78395:b80a780514dd parent: 78397:0bda3f00b60a user: Jesus Cea <jcea [at] jcea> 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
|