Python 2.6- _ifstmst_jump bug

This commit is contained in:
rocky
2016-10-14 21:34:55 -04:00
parent 5703ccd8b8
commit a7ef513849

View File

@@ -45,6 +45,8 @@ class Python26Parser(Python2Parser):
tryelsestmt ::= SETUP_EXCEPT suite_stmts_opt POP_BLOCK
try_middle else_suite come_froms
_ifstmts_jump ::= c_stmts_opt JUMP_FORWARD COME_FROM POP_TOP
except_suite ::= c_stmts_opt JUMP_FORWARD come_from_pop
# Python 3 also has this.