mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
This commit is contained in:
@@ -109,6 +109,11 @@ dummy_func(void) {
|
||||
ss = sub_st;
|
||||
}
|
||||
|
||||
op(_STORE_SUBSCR_DICT, (value, dict_st, sub -- st)) {
|
||||
(void)value;
|
||||
st = dict_st;
|
||||
}
|
||||
|
||||
op(_PUSH_NULL, (-- res)) {
|
||||
res = sym_new_null(ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user