projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e58dc
)
#15512: Remove remnants of debugging code
author
Jesus Cea
<jcea@jcea.es>
Fri, 3 Aug 2012 13:48:56 +0000
(15:48 +0200)
committer
Jesus Cea
<jcea@jcea.es>
Fri, 3 Aug 2012 13:48:56 +0000
(15:48 +0200)
Lib/test/test_parser.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_parser.py
b/Lib/test/test_parser.py
index c6900de634444f51375c5c2a36c983d9b0c11f4e..93fbaeceea7da9009feb72f814726e8e61276232 100644
(file)
--- a/
Lib/test/test_parser.py
+++ b/
Lib/test/test_parser.py
@@
-610,8
+610,6
@@
class STObjectTestCase(unittest.TestCase):
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