Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix crash
  • Loading branch information
iritkatriel committed Feb 5, 2025
commit c80969753753d0088502c7a03d40ebd118fe2a07
2 changes: 1 addition & 1 deletion Python/specialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ _Py_Specialize_BinaryOp(_PyStackRef lhs_st, _PyStackRef rhs_st, _Py_CODEUNIT *in
if (specialize_binary_op_subscr(lhs, rhs, instr)) {
return;
}
break;
return;
}

_PyBinaryOpSpecializationDescr *descr;
Expand Down