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

@@ -167,4 +167,6 @@ OPCODE_A(SETUP_ASYNC_WITH)
OPCODE_A(FORMAT_VALUE)
OPCODE_A(BUILD_CONST_KEY_MAP)
OPCODE_A(BUILD_STRING)
OPCODE_A(BUILD_TUPLE_UNPACK_WITH_CALL_A)
OPCODE_A(BUILD_TUPLE_UNPACK_WITH_CALL)
OPCODE_A(LOAD_METHOD)
OPCODE_A(CALL_METHOD)