You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
need disas.py for cross version Python compiling
fixup MANIFEST.in pythonlib.py: store expected python version and don't compile if it mismatches. Work files now go in temp directory. Start masrhal load in Python for Python3.
This commit is contained in:
@@ -45,7 +45,7 @@ from __future__ import print_function
|
||||
|
||||
import sys, re
|
||||
|
||||
if (sys.version_info > (3, 0)):
|
||||
if (sys.version_info >= (3, 0)):
|
||||
from io import StringIO
|
||||
import uncompyle6
|
||||
from .spark import GenericASTTraversal
|
||||
|
Reference in New Issue
Block a user