You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
3.0 .. 3.4 bug in whileTrue
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user