Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-12-13 17:43:44 -05:00
18 changed files with 36 additions and 35 deletions

View File

@@ -549,7 +549,7 @@ class PythonParser(GenericASTBuilder):
def parse(p, tokens, customize):
p.add_custom_rules(tokens, customize)
p.customize_grammar_rules(tokens, customize)
ast = p.parse(tokens)
# p.cleanup()
return ast