You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Fix more Python 1.4 decompilation bugs
This commit is contained in:
@@ -25,6 +25,10 @@ class Python14Parser(Python15Parser):
|
||||
|
||||
print_items_nl_stmt ::= expr PRINT_ITEM_CONT print_items_opt PRINT_NEWLINE_CONT
|
||||
|
||||
|
||||
# 1.4 doesn't have linenotab, and although this shouldn't
|
||||
# be a show stopper, our CONTINUE detection is off here.
|
||||
continue ::= JUMP_BACK
|
||||
"""
|
||||
|
||||
def __init__(self, debug_parser=PARSER_DEFAULT_DEBUG):
|
||||
|
Reference in New Issue
Block a user