Start to handle 3.5 build_map_unpack_with_call

3.6 also started but needs even more work
This commit is contained in:
rocky
2016-12-16 20:39:24 -05:00
parent 7755563b65
commit 08dcc7d820
7 changed files with 43 additions and 10 deletions

View File

@@ -684,11 +684,6 @@ class Scanner3(Scanner):
# rocky: if we have a conditional jump to the next instruction, then
# possibly I am "skipping over" a "pass" or null statement.
try:
code[prev_op[target]]
except:
from trepan.api import debug; debug()
if ((code[prev_op[target]] in self.pop_jump_if_pop) and
(target > offset) and prev_op[target] != offset):
self.fixed_jumps[offset] = prev_op[target]