You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
3.4- compliance
This commit is contained in:
@@ -60,7 +60,7 @@ class Scanner38(Scanner37):
|
||||
|
||||
if self.debug and jump_back_targets:
|
||||
print(jump_back_targets)
|
||||
loop_ends: List[int] = []
|
||||
loop_ends = []
|
||||
next_end = tokens[len(tokens)-1].off2int() + 10
|
||||
for i, token in enumerate(tokens):
|
||||
opname = token.kind
|
||||
|
Reference in New Issue
Block a user