diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 13:49:40 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 13:49:40 (GMT) |
commit | ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0 (patch) | |
tree | 1d37fadb488201ac4d88c4025d345dde860b5c3c /Lib/test | |
parent | 1659b75189d366ed05e7e43d394513ee5c5dc790 (diff) | |
parent | 676e73b3fb312f2b4ba413090bf930f6ad8690cb (diff) | |
download | cpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.zip cpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.tar.gz cpython-ba9b404b6570796aa9a7f6ad47bd0ca033aa6cc0.tar.bz2 |
MERGE: #15512: Remove remnants of debugging code
Diffstat (limited to 'Lib/test')
-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 52f278b..c93a2ca 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 |