Fix 3.5, 3.6 while true if/break bug

This commit is contained in:
rocky
2017-01-08 15:54:49 -05:00
parent 66518baed0
commit 3f40c16587
6 changed files with 18 additions and 3 deletions

View File

@@ -109,6 +109,8 @@ class Python35Parser(Python34Parser):
# differently than 3.3, 3.4
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):