You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Administrivia
Workflows CI: go back to released versions rather than github versions pyenv-newest-versions: updaed to use newest Python releases pypy38.py: fix wrong package name import 3.6-exclude.sh: update and advance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021 by Rocky Bernstein
|
||||
# Copyright (c) 2021-2022 by Rocky Bernstein
|
||||
"""
|
||||
Python PyPy 3.8 decompiler scanner.
|
||||
|
||||
@@ -6,7 +6,7 @@ Does some additional massaging of xdis-disassembled instructions to
|
||||
make things easier for decompilation.
|
||||
"""
|
||||
|
||||
import decompyle3.scanners.scanner38 as scan
|
||||
import uncompyle6.scanners.scanner38 as scan
|
||||
|
||||
# bytecode verification, verify(), uses JUMP_OPS from here
|
||||
from xdis.opcodes import opcode_38pypy as opc
|
||||
|
Reference in New Issue
Block a user