Fix some 2.3 bugs; add more 2.3-6. tests

This commit is contained in:
rocky
2016-07-09 16:41:09 -04:00
parent 047c95a1e5
commit 65b9ecee31
241 changed files with 8 additions and 55 deletions

View File

@@ -239,7 +239,6 @@ class Python2Parser(PythonParser):
expr ::= expr {expr}^n CALL_FUNCTION_KW_n POP_TOP
'''
for k, v in list(customize.items()):
op = k[:k.rfind('_')]
if op in ('BUILD_LIST', 'BUILD_TUPLE', 'BUILD_SET'):
thousands = (v//1024)