Skip to content

Commit ce45aa4

Browse files
use _INSERT_1_LOAD_CONST_INLINE
1 parent 902c089 commit ce45aa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Python/optimizer_bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ dummy_func(void) {
974974
PyObject *name = get_co_name(ctx, oparg >> 2);
975975
attr = lookup_super_attr(ctx, dependencies, this_instr,
976976
su_type, obj_type, name,
977-
_LOAD_CONST_UNDER_INLINE_BORROW,
978-
_LOAD_CONST_UNDER_INLINE);
977+
_INSERT_1_LOAD_CONST_INLINE_BORROW,
978+
_INSERT_1_LOAD_CONST_INLINE);
979979
}
980980

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

0 commit comments

Comments
 (0)