You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
WIP remove COME_FROMs around ignore_if's
This commit is contained in:
@@ -879,9 +879,9 @@ class Scanner2(scan.Scanner):
|
||||
and self.code[offset+4] == self.opc.END_FINALLY))):
|
||||
|
||||
# FIXME: rocky: I think we need something like this...
|
||||
# if offset not in set(self.ignore_if):
|
||||
# targets[label] = targets.get(label, []) + [offset]
|
||||
targets[label] = targets.get(label, []) + [offset]
|
||||
if offset not in set(self.ignore_if):
|
||||
targets[label] = targets.get(label, []) + [offset]
|
||||
# targets[label] = targets.get(label, []) + [offset]
|
||||
pass
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user