WIP remove COME_FROMs around ignore_if's

This commit is contained in:
rocky
2016-11-14 07:27:13 -05:00
parent 6073c77921
commit 766451cbb9
2 changed files with 23 additions and 19 deletions

View File

@@ -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