Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Eendebak <[email protected]>
  • Loading branch information
iritkatriel and eendebakpt authored Jan 11, 2025
1 parent 7bf51d6 commit 69112e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/specialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -2521,8 +2521,8 @@ _Py_Specialize_BinaryOp(_PyStackRef lhs_st, _PyStackRef rhs_st, _Py_CODEUNIT *in
_PyBinaryOpCache *cache = (_PyBinaryOpCache *)(instr + 1);
if (instr->op.code == BINARY_OP_EXTEND) {
void *data = read_void(cache->external_cache);
free_binary_op_specialization_descr(data);
write_void(cache->external_cache, NULL);
free_binary_op_specialization_descr(data);
}

switch (oparg) {
Expand Down

0 comments on commit 69112e9

Please sign in to comment.