@@ -607,7 +607,7 @@ dummy_func(void) {
607607 (void )descr ;
608608 PyTypeObject * type = (PyTypeObject * )sym_get_const (ctx , owner );
609609 PyObject * name = get_co_name (ctx , oparg >> 1 );
610- attr = lookup_attr (ctx , this_instr , type , name ,
610+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
611611 _POP_TOP_LOAD_CONST_INLINE_BORROW ,
612612 _POP_TOP_LOAD_CONST_INLINE );
613613 }
@@ -616,7 +616,7 @@ dummy_func(void) {
616616 (void )descr ;
617617 PyTypeObject * type = sym_get_type (owner );
618618 PyObject * name = get_co_name (ctx , oparg >> 1 );
619- attr = lookup_attr (ctx , this_instr , type , name ,
619+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
620620 _POP_TOP_LOAD_CONST_INLINE_BORROW ,
621621 _POP_TOP_LOAD_CONST_INLINE );
622622 }
@@ -625,7 +625,7 @@ dummy_func(void) {
625625 (void )descr ;
626626 PyTypeObject * type = sym_get_type (owner );
627627 PyObject * name = get_co_name (ctx , oparg >> 1 );
628- attr = lookup_attr (ctx , this_instr , type , name ,
628+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
629629 _POP_TOP_LOAD_CONST_INLINE_BORROW ,
630630 _POP_TOP_LOAD_CONST_INLINE );
631631 }
@@ -634,7 +634,7 @@ dummy_func(void) {
634634 (void )descr ;
635635 PyTypeObject * type = sym_get_type (owner );
636636 PyObject * name = get_co_name (ctx , oparg >> 1 );
637- attr = lookup_attr (ctx , this_instr , type , name ,
637+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
638638 _LOAD_CONST_UNDER_INLINE_BORROW ,
639639 _LOAD_CONST_UNDER_INLINE );
640640 self = owner ;
@@ -644,7 +644,7 @@ dummy_func(void) {
644644 (void )descr ;
645645 PyTypeObject * type = sym_get_type (owner );
646646 PyObject * name = get_co_name (ctx , oparg >> 1 );
647- attr = lookup_attr (ctx , this_instr , type , name ,
647+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
648648 _LOAD_CONST_UNDER_INLINE_BORROW ,
649649 _LOAD_CONST_UNDER_INLINE );
650650 self = owner ;
@@ -654,7 +654,7 @@ dummy_func(void) {
654654 (void )descr ;
655655 PyTypeObject * type = sym_get_type (owner );
656656 PyObject * name = get_co_name (ctx , oparg >> 1 );
657- attr = lookup_attr (ctx , this_instr , type , name ,
657+ attr = lookup_attr (ctx , dependencies , this_instr , type , name ,
658658 _LOAD_CONST_UNDER_INLINE_BORROW ,
659659 _LOAD_CONST_UNDER_INLINE );
660660 self = owner ;
0 commit comments