You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Skirt around control-flow problems...
Tag some of the weaknesses if we can't address them now
This commit is contained in:
@@ -208,6 +208,9 @@ class Scanner(object):
|
||||
|
||||
Return a list with indexes to them or [] if none found.
|
||||
"""
|
||||
|
||||
# FIXME: this is broken on 3.6+. Revise to use instructions self.insts
|
||||
|
||||
code = self.code
|
||||
assert(start >= 0 and end <= len(code))
|
||||
|
||||
|
Reference in New Issue
Block a user