Merge branch 'master' of github.com:rocky/python-uncompyle6

Conflicts:
	uncompyle6/parsers/parse26.py
This commit is contained in:
rocky
2016-07-03 12:08:37 -04:00
8 changed files with 33 additions and 21 deletions

View File

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