You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
One more change to revert
This commit is contained in:
@@ -615,7 +615,6 @@ class Scanner2(Scanner):
|
|||||||
elif self.code[test_op_offset] in self.opc.JUMP_OPs:
|
elif self.code[test_op_offset] in self.opc.JUMP_OPs:
|
||||||
test_target = self.get_target(test_op_offset)
|
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):
|
if test_target > (jump_back_offset+3):
|
||||||
|
Reference in New Issue
Block a user