Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2019-12-23 11:11:00 -05:00
35 changed files with 478 additions and 229 deletions

View File

@@ -99,7 +99,6 @@ class PythonParser(GenericASTBuilder):
many arguments it has. Often it is not used.
"""
if rule not in self.new_rules:
# print("XXX ", rule) # debug
self.new_rules.add(rule)
self.addRule(rule, nop_func)
customize[opname] = arg_count