Skip to content

Commit bd666c5

Browse files
fix compilation
1 parent 4d973bf commit bd666c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/optimizer_bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ dummy_func(void) {
970970
PyObject *name = get_co_name(ctx, oparg >> 1);
971971
attr = lookup_attr(ctx, dependencies, this_instr, type, name,
972972
_POP_TOP, _NOP);
973-
self_or_null = sym_new_unknown(ctx);
973+
self_or_null[0] = sym_new_unknown(ctx);
974974
}
975975

976976
op(_LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES, (descr/4, owner -- attr)) {

Python/optimizer_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)