You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Remove dup 3.x opcodes
This commit is contained in:
@@ -35,7 +35,7 @@ from uncompyle6 import PYTHON3
|
||||
|
||||
|
||||
# Get all the opcodes into globals
|
||||
import uncompyle6.opcodes.opcode_33 as op3
|
||||
import xdis.opcodes.opcode_33 as op3
|
||||
|
||||
globals().update(op3.opmap)
|
||||
|
||||
|
Reference in New Issue
Block a user