Merge branch 'master' of github.com:rocky/python-uncompyle6

This commit is contained in:
rocky
2016-08-13 20:26:52 -04:00
5 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,8 @@ check-disasm:
#: Check deparsing bytecode 2.x only #: Check deparsing bytecode 2.x only
check-bytecode-2: check-bytecode-2:
$(PYTHON) test_pythonlib.py --bytecode-2.3 --bytecode-2.4 \ $(PYTHON) test_pythonlib.py \
--bytecode-2.2 --bytecode-2.3 --bytecode-2.4 \
--bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7 --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7
#: Check deparsing bytecode 3.x only #: Check deparsing bytecode 3.x only
@@ -62,6 +63,10 @@ check-bytecode: check-bytecode-3
--bytecode-2.2 --bytecode-2.3 --bytecode-2.4 \ --bytecode-2.2 --bytecode-2.3 --bytecode-2.4 \
--bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7 --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7
#: Check deparsing Python 2.2
check-bytecode-2.3:
$(PYTHON) test_pythonlib.py --bytecode-2.2
#: Check deparsing Python 2.3 #: Check deparsing Python 2.3
check-bytecode-2.3: check-bytecode-2.3:
$(PYTHON) test_pythonlib.py --bytecode-2.3 $(PYTHON) test_pythonlib.py --bytecode-2.3

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -3,3 +3,4 @@
import sys import sys
from os import path from os import path
from os import * from os import *
import time as time1, os as os1