Skip to content

Commit 99d6288

Browse files
committed
Remove old sym_set_type call
1 parent 10a16c5 commit 99d6288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/optimizer_bytecodes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ dummy_func(void) {
388388

389389
op(_TO_BOOL_LIST, (value -- res)) {
390390
if (!optimize_to_bool(this_instr, ctx, value, &res)) {
391-
sym_set_type(value, &PyList_Type);
392391
res = sym_new_type(ctx, &PyBool_Type);
393392
}
394393
}

0 commit comments

Comments
 (0)