You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Bug
This commit is contained in:
@@ -48,7 +48,7 @@ check-bytecode:
|
|||||||
|
|
||||||
#: Check deparsing bytecode only
|
#: Check deparsing bytecode only
|
||||||
check-bytecode-sans-3.5:
|
check-bytecode-sans-3.5:
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.6 --bytecode-2.7 \
|
$(PYTHON) test_pythonlib.py --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 \
|
||||||
--bytecode-3.2 --bytecode-3.3 --bytecode-3.4
|
--bytecode-3.2 --bytecode-3.3 --bytecode-3.4
|
||||||
|
|
||||||
#: Check deparsing Python 2.5
|
#: Check deparsing Python 2.5
|
||||||
|
@@ -81,6 +81,7 @@ if PYTHON3:
|
|||||||
minint = -sys.maxsize-1
|
minint = -sys.maxsize-1
|
||||||
maxint = sys.maxsize
|
maxint = sys.maxsize
|
||||||
else:
|
else:
|
||||||
|
from itertools import izip_longest as zip_longest
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
minint = -sys.maxint-1
|
minint = -sys.maxint-1
|
||||||
maxint = sys.maxint
|
maxint = sys.maxint
|
||||||
|
Reference in New Issue
Block a user