diff --git a/bytecode_ops.inl b/bytecode_ops.inl index ad3dcae04..5a0bda30f 100644 --- a/bytecode_ops.inl +++ b/bytecode_ops.inl @@ -124,9 +124,6 @@ OPCODE(FORMAT_SIMPLE) // Python 3.13 -> OPCODE(FORMAT_WITH_SPEC) // Python 3.13 -> OPCODE(MAKE_FUNCTION) // Python 3.13 -> OPCODE(TO_BOOL) // Python 3.13 -> -OPCODE(UNPACK_SEQUENCE_LIST) // Python 3.13 -> -OPCODE(UNPACK_SEQUENCE_TUPLE) // Python 3.13 -> -OPCODE(UNPACK_SEQUENCE_TWO_TUPLE) // Python 3.13 -> /* Has parameter word */ OPCODE_A_FIRST(STORE_NAME) // Python 1.0 -> names[A] @@ -361,4 +358,4 @@ OPCODE_A(INSTRUMENTED_END_FOR) // Python 3.12 -> (see END OPCODE_A(INSTRUMENTED_END_SEND) // Python 3.12 -> (see END_SEND) OPCODE_A(INSTRUMENTED_INSTRUCTION) // Python 3.12 -> ??? OPCODE_A(INSTRUMENTED_LINE) // Python 3.12 -> ??? -OPCODE_A(INSTRUMENTED_CALL_KW) // Python 3.13 -> ??? \ No newline at end of file +OPCODE_A(INSTRUMENTED_CALL_KW) // Python 3.13 -> ???