We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e424 commit 5f369c4Copy full SHA for 5f369c4
Python/jit.c
@@ -563,7 +563,7 @@ _PyJIT_Free(_PyExecutorObject *executor)
563
executor->jit_side_entry = NULL;
564
executor->jit_size = 0;
565
if (jit_free(memory, size)) {
566
- PyErr_FormatUnraisable("Exception ignored on freeing JIT memory");
+ PyErr_FormatUnraisable("Exception ignored while freeing JIT memory");
567
}
568
569
0 commit comments