Skip to content

Commit

Permalink
Update bytecode_ops.inl
Browse files Browse the repository at this point in the history
  • Loading branch information
greenozon committed Aug 2, 2024
1 parent 0ece064 commit 11b5f9e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bytecode_ops.inl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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 -> ???
OPCODE_A(INSTRUMENTED_CALL_KW) // Python 3.13 -> ???

0 comments on commit 11b5f9e

Please sign in to comment.