mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-26 22:50:40 +00:00
Fix while1/if parsing in 3.x. Reinstate some tests
This commit is contained in:
parent
a1b990a078
commit
41db5b8848
@ -138,6 +138,7 @@ class Python3Parser(PythonParser):
|
||||
|
||||
iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK
|
||||
iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK COME_FROM_LOOP
|
||||
iflaststmtl ::= testexpr c_stmts_opt JUMP_BACK POP_BLOCK
|
||||
|
||||
# These are used to keep AST indices the same
|
||||
jump_forward_else ::= JUMP_FORWARD ELSE
|
||||
|
Loading…
Reference in New Issue
Block a user