mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Replace "on verb+ing" with "while verb+ing".
This commit is contained in:
parent
3ebe3d7688
commit
95504f429e
25 changed files with 79 additions and 59 deletions
|
@ -563,7 +563,8 @@ _PyJIT_Free(_PyExecutorObject *executor)
|
|||
executor->jit_side_entry = NULL;
|
||||
executor->jit_size = 0;
|
||||
if (jit_free(memory, size)) {
|
||||
PyErr_FormatUnraisable("Exception ignored when freeing JIT memory");
|
||||
PyErr_FormatUnraisable("Exception ignored while "
|
||||
"freeing JIT memory");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue