You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
One more change to revert
This commit is contained in:
@@ -615,8 +615,7 @@ class Scanner2(Scanner):
|
||||
elif self.code[test_op_offset] in self.opc.JUMP_OPs:
|
||||
test_target = self.get_target(test_op_offset)
|
||||
|
||||
if self.version < 2.7:
|
||||
self.ignore_if.add(test_op_offset)
|
||||
self.ignore_if.add(test_op_offset)
|
||||
|
||||
if test_target > (jump_back_offset+3):
|
||||
jump_back_offset = test_target
|
||||
|
Reference in New Issue
Block a user