Fix Python 2 cross deparsing pythond bytecode tuples co_consts,

co_names, co_varnames. Reinstate cross Python 2-3 uncompiling
This commit is contained in:
rocky
2015-12-29 22:10:05 -05:00
parent e17d94f28f
commit a30f3625ac
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ check:
$(MAKE) check-$$PYTHON_VERSION
#: Run working tests from Python 2.6 or 2.7
check-2.6 check-2.7: check-bytecode-2 check-2.7-ok
check-2.6 check-2.7: check-bytecode check-2.7-ok
#: Run working tests from Python 3.3
check-3.3: check-bytecode