]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
authorVictor Stinner <vstinner@python.org>
Fri, 31 Jan 2025 08:45:35 +0000 (09:45 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2025 08:45:35 +0000 (09:45 +0100)
commit95504f429eec04010d0b815345ebcc3af2402af0
treeff42a5c906cab4c4b6b22e1580893fd2d1114485
parent3ebe3d7688475e98a34d691e1ba50d8b7178a575
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)

Replace "on verb+ing" with "while verb+ing".
25 files changed:
Lib/test/test_cmd_line.py
Lib/test/test_ctypes/test_callbacks.py
Lib/test/test_ctypes/test_random_things.py
Lib/test/test_signal.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_datetimemodule.c
Modules/_lsprof.c
Modules/_testcapi/watchers.c
Modules/_winapi.c
Modules/atexitmodule.c
Modules/getpath.c
Modules/overlapped.c
Modules/signalmodule.c
Objects/dictobject.c
Objects/moduleobject.c
Objects/weakrefobject.c
Python/compile.c
Python/crossinterp.c
Python/errors.c
Python/gc.c
Python/gc_free_threading.c
Python/import.c
Python/jit.c
Python/pylifecycle.c