You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Python3 compatibility: (disas, scanner*)
Reduce useless verbiage in status messages and DRY code a little; __init__, uncompyle6
This commit is contained in:
@@ -16,7 +16,10 @@ from operator import itemgetter
|
||||
|
||||
if (sys.version_info > (3, 0)):
|
||||
intern = sys.intern
|
||||
L65536 = 65536
|
||||
import uncompyle6
|
||||
else:
|
||||
L65536 = long(65536)
|
||||
|
||||
from uncompyle6.opcodes import opcode_25, opcode_26, opcode_27
|
||||
|
||||
|
Reference in New Issue
Block a user