You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Start to move deparser from python-deparse here. Start Python 3.2 tolerance
This commit is contained in:
@@ -84,6 +84,8 @@ class Scanner(object):
|
||||
self.opc = opcode_26
|
||||
elif version == 2.5:
|
||||
self.opc = opcode_25
|
||||
elif version == 3.2:
|
||||
self.opc = opcode_32
|
||||
elif version == 3.4:
|
||||
self.opc = opcode_34
|
||||
|
||||
|
Reference in New Issue
Block a user