while1 bug in 2.6 and 2.7

This commit is contained in:
rocky
2016-07-07 13:07:16 -04:00
parent 21314c1dad
commit 06023c247d
6 changed files with 12 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ class Python27Parser(Python2Parser):
withasstmt ::= expr SETUP_WITH designator suite_stmts_opt
POP_BLOCK LOAD_CONST COME_FROM
WITH_CLEANUP END_FINALLY
while1stmt ::= SETUP_LOOP l_stmts POP_BLOCK COME_FROM
"""