Skip to content

Commit

Permalink
Remove additional specialized opcode that wasn't ordered with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Aug 12, 2024
1 parent 19f8372 commit dc6ca4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bytecode_ops.inl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ OPCODE(RESERVED) // Python 3.12 ->
OPCODE(BINARY_SLICE) // Python 3.12 ->
OPCODE(STORE_SLICE) // Python 3.12 ->
OPCODE(CLEANUP_THROW) // Python 3.12 ->
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 ->
Expand Down
1 change: 0 additions & 1 deletion bytes/python_3_13.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ BEGIN_MAP(3, 13)
MAP_OP(0, CACHE)
MAP_OP(1, BEFORE_ASYNC_WITH)
MAP_OP(2, BEFORE_WITH)
MAP_OP(3, BINARY_OP_INPLACE_ADD_UNICODE)
MAP_OP(4, BINARY_SLICE)
MAP_OP(5, BINARY_SUBSCR)
MAP_OP(6, CHECK_EG_MATCH)
Expand Down

0 comments on commit dc6ca4a

Please sign in to comment.