]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:33 +0000 (08:50 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 07:50:33 +0000 (23:50 -0800)
commitf08c82ecad5106a32be0c1b65c4d5be3677ab2cd
treef44a1050f08d11fedfbee75771015377bcaffd2f
parentea8a85bb9eb54b9edee1a815cff797310ec13f13
[3.12] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127465)

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