Start Python 2.1 bytecode decompile

This commit is contained in:
rocky
2016-10-07 22:42:30 -04:00
parent 2e1bd2dc13
commit 056f600da1
89 changed files with 128 additions and 31 deletions

View File

@@ -78,7 +78,7 @@ for vers in (2.7, 3.4, 3.5, 3.6):
test_options[key] = (os.path.join(src_dir, pythonlib), PYOC, key, vers)
pass
for vers in (2.2, 2.3, 2.4, 2.5, 2.6, 2.7,
for vers in (2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7,
3.1, 3.2, 3.3,
3.4, 3.5, 3.6, 'pypy3.2', 'pypy2.7'):
bytecode = "bytecode_%s" % vers