diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 15:49:40 +0200 |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 15:49:40 +0200 |
commit | ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0 (patch) | |
tree | 1d37fadb488201ac4d88c4025d345dde860b5c3c /Lib/test/test_parser.py | |
parent | 1659b75189d366ed05e7e43d394513ee5c5dc790 (diff) | |
parent | 676e73b3fb312f2b4ba413090bf930f6ad8690cb (diff) | |
download | cpython-git-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.tar.gz |
MERGE: #15512: Remove remnants of debugging code
Diffstat (limited to 'Lib/test/test_parser.py')
-rw-r--r-- | Lib/test/test_parser.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py index 52f278b151..c93a2ca0be 100644 --- a/Lib/test/test_parser.py +++ b/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 |