You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
See previous commit
This commit is contained in:
@@ -123,7 +123,7 @@ def ifelsestmt(self, lhs, n, rule, ast, tokens, first, last):
|
||||
# (jf_cf_pop may be a 2.6ish specific thing.)
|
||||
jump_forward = ast[2]
|
||||
if jump_forward == "jf_cf_pop":
|
||||
jump_forward = jf_cf_pop[0]
|
||||
jump_forward = jump_forward[0]
|
||||
|
||||
if jump_forward == "JUMP_FORWARD":
|
||||
endif_target = int(jump_forward.pattr)
|
||||
|
Reference in New Issue
Block a user