Some Python 3.4 bugss fixed by using 3.5 rules

This commit is contained in:
rocky
2017-02-20 08:17:17 -05:00
parent 9491c67779
commit 493e4b14a1
3 changed files with 2 additions and 4 deletions

View File

@@ -110,7 +110,6 @@ class Python35Parser(Python34Parser):
yield_from ::= expr GET_YIELD_FROM_ITER LOAD_CONST YIELD_FROM
_ifstmts_jump ::= c_stmts_opt COME_FROM
"""
def add_custom_rules(self, tokens, customize):