You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Merge branch 'master' of github.com:rocky/python-uncompyle6
Conflicts: uncompyle6/parsers/parse26.py
This commit is contained in:
@@ -557,6 +557,8 @@ class Scanner2(scan.Scanner):
|
||||
# not myself? If so, it's part of a larger conditional.
|
||||
# rocky: if we have a conditional jump to the next instruction, then
|
||||
# possibly I am "skipping over" a "pass" or null statement.
|
||||
|
||||
## FIXME: need to handle <2.7 which has this as two instructions.
|
||||
if ( code[pre[target]] in
|
||||
(self.pop_jump_if_or_pop | self.pop_jump_if)
|
||||
and (target > pos) ):
|
||||
|
Reference in New Issue
Block a user