mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
gh-134584: Eliminate redundant refcounting from _BINARY_OP_SUBSCR_LIST_INT (GH-142926)
This commit is contained in:
parent
f54d44d333
commit
33d94abafd
9 changed files with 74 additions and 38 deletions
|
|
@ -1417,6 +1417,12 @@ dummy_func(void) {
|
|||
}
|
||||
}
|
||||
|
||||
op(_BINARY_OP_SUBSCR_LIST_INT, (list_st, sub_st -- res, ls, ss)) {
|
||||
res = sym_new_unknown(ctx);
|
||||
ls = list_st;
|
||||
ss = sub_st;
|
||||
}
|
||||
|
||||
|
||||
// END BYTECODES //
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue