Skip to content

Commit

Permalink
Update bytecode_ops.inl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hansen <[email protected]>
  • Loading branch information
greenozon and zrax authored Aug 2, 2024
1 parent c905218 commit 5e8be0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bytecode_ops.inl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ OPCODE(BINARY_OP_INPLACE_ADD_UNICODE) // Python 3.13 ->
OPCODE(EXIT_INIT_CHECK) // Python 3.13 ->
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 ->
Expand Down

0 comments on commit 5e8be0b

Please sign in to comment.