mirror of
https://github.com/python/cpython.git
synced 2025-09-16 13:47:31 +00:00
#15512: Remove remnants of debugging code
This commit is contained in:
parent
d4e58dc966
commit
d52544dfd6
1 changed files with 0 additions and 2 deletions
|
@ -610,8 +610,6 @@ class STObjectTestCase(unittest.TestCase):
|
||||||
children = node[1:-1] if hasstr else node[1:]
|
children = node[1:-1] if hasstr else node[1:]
|
||||||
if children:
|
if children:
|
||||||
res += XXXROUNDUP(len(children)) * nodesize
|
res += XXXROUNDUP(len(children)) * nodesize
|
||||||
res1 = res
|
|
||||||
if children:
|
|
||||||
for child in children:
|
for child in children:
|
||||||
res += sizeofchildren(child)
|
res += sizeofchildren(child)
|
||||||
return res
|
return res
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue