Skip to content

Commit 5f369c4

Browse files
Update Python/jit.c
Co-authored-by: Brandt Bucher <[email protected]>
1 parent bd7e424 commit 5f369c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ _PyJIT_Free(_PyExecutorObject *executor)
563563
executor->jit_side_entry = NULL;
564564
executor->jit_size = 0;
565565
if (jit_free(memory, size)) {
566-
PyErr_FormatUnraisable("Exception ignored on freeing JIT memory");
566+
PyErr_FormatUnraisable("Exception ignored while freeing JIT memory");
567567
}
568568
}
569569
}

0 commit comments

Comments
 (0)