Skip to content

Commit e0e3745

Browse files
committed
fix review idea
Signed-off-by: Manjusaka <[email protected]>
1 parent d1e3a2b commit e0e3745

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
@@ -1128,10 +1128,10 @@ dummy_func(void) {
11281128
if (temp == NULL) {
11291129
goto error;
11301130
}
1131-
len = sym_new_const(ctx, temp);
11321131
if (_Py_IsImmortal(temp)) {
11331132
REPLACE_OP(this_instr, _LOAD_CONST_INLINE_BORROW, 0, (uintptr_t)temp);
11341133
}
1134+
len = sym_new_const(ctx, temp);
11351135
Py_DECREF(temp);
11361136
}
11371137
}

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)