mirror of https://github.com/python/cpython
#15512: Remove remnants of debugging code
This commit is contained in:
parent
16e2fca47e
commit
676e73b3fb
|
@ -699,8 +699,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…
Reference in New Issue