Start supporting PyPy 3.2

Add some PyPy 2.7 and PyPy 3.2 bytecode files
This commit is contained in:
rocky
2016-07-24 04:16:54 -04:00
parent 9754d27597
commit 21683719e1
52 changed files with 5 additions and 5 deletions

View File

@@ -46,8 +46,8 @@ import uncompyle6.scanner as scan
class Scanner3(scan.Scanner):
def __init__(self, version, show_asm=None):
super(Scanner3, self).__init__(version, show_asm)
def __init__(self, version, show_asm=None, is_pypy=False):
super(Scanner3, self).__init__(version, show_asm, is_pypy)
# Create opcode classification sets
# Note: super initilization above initializes self.opc