Skip to content

Commit 875bc77

Browse files
committed
fix crash
1 parent a12fd2e commit 875bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/specialize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2637,7 +2637,7 @@ _Py_Specialize_BinaryOp(_PyStackRef lhs_st, _PyStackRef rhs_st, _Py_CODEUNIT *in
26372637
if (specialize_binary_op_subscr(lhs, rhs, instr)) {
26382638
return;
26392639
}
2640-
break;
2640+
return;
26412641
}
26422642

26432643
_PyBinaryOpSpecializationDescr *descr;

0 commit comments

Comments
 (0)