mirror of
https://github.com/python/cpython.git
synced 2025-11-11 11:01:39 +00:00
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
This commit is contained in:
parent
3c73cf51df
commit
296cd128bf
14 changed files with 44 additions and 171 deletions
4
Python/optimizer_cases.c.h
generated
4
Python/optimizer_cases.c.h
generated
|
|
@ -554,7 +554,9 @@
|
|||
break;
|
||||
}
|
||||
|
||||
/* _GUARD_BINARY_OP_EXTEND is not a viable micro-op for tier 2 */
|
||||
case _GUARD_BINARY_OP_EXTEND: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _BINARY_OP_EXTEND: {
|
||||
JitOptSymbol *res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue