mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 21:20:06 +00:00
Correct hacky version number
This commit is contained in:
parent
a7005f6a77
commit
5872caee54
@ -1041,7 +1041,7 @@ class Scanner2(Scanner):
|
||||
# or:
|
||||
# RETURN_VALUE POP_TOP .. POP_TOP END_FINALLY
|
||||
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
|
||||
(code[offset+3] == self.opc.POP_TOP
|
||||
and code[offset+4] == self.opc.END_FINALLY))
|
||||
|
Loading…
Reference in New Issue
Block a user