You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Start to handle 3.5 build_map_unpack_with_call
3.6 also started but needs even more work
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user