Skip to content
Prev Previous commit
Next Next commit
use _INSERT_1_LOAD_CONST_INLINE
  • Loading branch information
kumaraditya303 committed Apr 8, 2026
commit ce45aa4def044b7d478a6ea243dc6b0cadf56638
4 changes: 2 additions & 2 deletions Python/optimizer_bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,8 @@ dummy_func(void) {
PyObject *name = get_co_name(ctx, oparg >> 2);
attr = lookup_super_attr(ctx, dependencies, this_instr,
su_type, obj_type, name,
_LOAD_CONST_UNDER_INLINE_BORROW,
_LOAD_CONST_UNDER_INLINE);
_INSERT_1_LOAD_CONST_INLINE_BORROW,
_INSERT_1_LOAD_CONST_INLINE);
}

op(_LOAD_ATTR_PROPERTY_FRAME, (fget/4, owner -- new_frame)) {
Expand Down