Add initial 3.7 alpha support, and fix 3.6 opcode map

This commit is contained in:
Michael Hansen
2017-12-20 13:15:03 -08:00
parent b9dd99d518
commit 98ad031109
9 changed files with 336 additions and 196 deletions

View File

@@ -11,7 +11,7 @@ endif()
set(PYTHON_VERSIONS
10 11 13 14 15 16 # Python 1.1 and 1.2 are marshal-identical
20 21 22 23 24 25 26 27
30 31 32 33 34 35 36
30 31 32 33 34 35 36 37
)
foreach(ver ${PYTHON_VERSIONS})