Browse Source

MERGE: #15512: Remove remnants of debugging code

pull/2332/head
Jesus Cea 14 years ago
parent
commit
ba9b404b65
  1. 2
      Lib/test/test_parser.py

2
Lib/test/test_parser.py

@ -703,8 +703,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

Loading…
Cancel
Save