use xdis.PYTHON3 not uncompyle.PYTHON3

This commit is contained in:
rocky
2021-11-02 06:16:26 -04:00
parent b4912e7b64
commit ed34bf9d4a
17 changed files with 27 additions and 42 deletions

View File

@@ -84,8 +84,8 @@ check-3.10: check-bytecode
@echo "Note that we do not support decompiling Python 3.10 bytecode - no 3.10 tests run"
# FIXME
#: this is called when running under pypy3.5-5.8.0, pypy2-5.6.0, or pypy3.6-7.3.0
5.8 5.6:
#: this is called when running under pypy3.5-5.8.0, pypy2-5.6.0, pypy3.6-7.3.0 or pypy3.8-7.3.7
5.8 5.6 7.3:
#: Check deparsing only, but from a different Python version
check-disasm:

View File

@@ -31,9 +31,9 @@ from __future__ import print_function
import getopt, os, py_compile, sys, shutil, tempfile, time
from uncompyle6 import PYTHON_VERSION
from uncompyle6.main import main
from fnmatch import fnmatch
from uncompyle6.main import main
from xdis.version_info import PYTHON_VERSION
def get_srcdir():