]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Add the missing `f` on an f-string error message in multiprocessing. (GH-12746...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 1 Dec 2024 07:50:01 +0000 (08:50 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 07:50:01 +0000 (23:50 -0800)
commit06acb95856257d90b12d4bbd97deae403cb558b3
tree4e3fa4408b9d488d9bfafd0f5c7260328b85022e
parent2813a6167560a8d649465249f27ff1c134151387
[3.13] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127464)

Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
(cherry picked from commit 11c01092d5fa8f02c867a7f1f3c135ce63db4838)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/multiprocessing/connection.py