3.0 .. 3.4 bug in whileTrue

This commit is contained in:
rocky
2016-09-09 22:27:13 -04:00
parent 251de4338a
commit 71591152ef
6 changed files with 12 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ class Python3Parser(PythonParser):
# Python < 3.5 no POP BLOCK
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK _come_from
whileTruestmt ::= SETUP_LOOP l_stmts_opt JUMP_BACK NOP _come_from
whileTruestmt ::= SETUP_LOOP return_stmts _come_from
while1stmt ::= SETUP_LOOP l_stmts _come_from JUMP_BACK _come_from
"""