You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Fix bug in 2.5- try/else inside ifelsestmt
This commit is contained in:
@@ -176,7 +176,7 @@ class Scanner2(Scanner):
|
||||
come_from_name = 'COME_FROM_%s' % come_from_type
|
||||
pass
|
||||
tokens.append(Token(
|
||||
come_from_name, None, repr(jump_offset),
|
||||
come_from_name, jump_offset, repr(jump_offset),
|
||||
offset="%s_%d" % (offset, jump_idx),
|
||||
has_arg = True))
|
||||
jump_idx += 1
|
||||
|
Reference in New Issue
Block a user