Skip to content

Commit

Permalink
Update Python/jit.c
Browse files Browse the repository at this point in the history
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
  • Loading branch information
vstinner and brandtbucher authored Jan 30, 2025
1 parent bd7e424 commit 5f369c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/jit.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ _PyJIT_Free(_PyExecutorObject *executor)
executor->jit_side_entry = NULL;
executor->jit_size = 0;
if (jit_free(memory, size)) {
PyErr_FormatUnraisable("Exception ignored on freeing JIT memory");
PyErr_FormatUnraisable("Exception ignored while freeing JIT memory");
}
}
}
Expand Down

0 comments on commit 5f369c4

Please sign in to comment.