mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
This commit is contained in:
parent
6f8b0e781c
commit
8555dee5ae
8 changed files with 161 additions and 206 deletions
|
@ -282,7 +282,6 @@ _specializations = {
|
|||
"BINARY_OP_ADD_FLOAT",
|
||||
"BINARY_OP_ADD_INT",
|
||||
"BINARY_OP_ADD_UNICODE",
|
||||
"BINARY_OP_GENERIC",
|
||||
"BINARY_OP_INPLACE_ADD_UNICODE",
|
||||
"BINARY_OP_MULTIPLY_FLOAT",
|
||||
"BINARY_OP_MULTIPLY_INT",
|
||||
|
@ -316,7 +315,6 @@ _specializations = {
|
|||
],
|
||||
"COMPARE_OP": [
|
||||
"COMPARE_OP_FLOAT_JUMP",
|
||||
"COMPARE_OP_GENERIC",
|
||||
"COMPARE_OP_INT_JUMP",
|
||||
"COMPARE_OP_STR_JUMP",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue