Fix another 2.5- try/else (in loop) bug

This commit is contained in:
rocky
2018-01-07 08:40:57 -05:00
parent 5a0fabb84f
commit 6aa4376fca
7 changed files with 26 additions and 10 deletions

View File

@@ -263,6 +263,7 @@ class PythonParser(GenericASTBuilder):
c_stmts_opt ::= c_stmts
c_stmts_opt ::= pass
# statements inside a loop
l_stmts ::= _stmts
l_stmts ::= returns
l_stmts ::= continues