mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
MERGE: #15512: Remove remnants of debugging code
This commit is contained in:
commit
ba9b404b65
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue