You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Correct hacky version number
This commit is contained in:
@@ -1041,7 +1041,7 @@ class Scanner2(Scanner):
|
|||||||
# or:
|
# or:
|
||||||
# RETURN_VALUE POP_TOP .. POP_TOP END_FINALLY
|
# RETURN_VALUE POP_TOP .. POP_TOP END_FINALLY
|
||||||
skip_come_from = False
|
skip_come_from = False
|
||||||
if self.version <= 2.1:
|
if self.version <= 2.5:
|
||||||
skip_come_from = (code[offset+3] == self.opc.END_FINALLY or
|
skip_come_from = (code[offset+3] == self.opc.END_FINALLY or
|
||||||
(code[offset+3] == self.opc.POP_TOP
|
(code[offset+3] == self.opc.POP_TOP
|
||||||
and code[offset+4] == self.opc.END_FINALLY))
|
and code[offset+4] == self.opc.END_FINALLY))
|
||||||
|
Reference in New Issue
Block a user