]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
authorGregory P. Smith <greg@krypto.org>
Sun, 1 Dec 2024 06:44:43 +0000 (22:44 -0800)
committerGitHub <noreply@github.com>
Sun, 1 Dec 2024 06:44:43 +0000 (06:44 +0000)
commit11c01092d5fa8f02c867a7f1f3c135ce63db4838
tree9d94d32db84d15e4d96c0a08b39ad6389a77d391
parent46bfd26fb294a8769ef6d0c056ee6c9df022a037
Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
Lib/multiprocessing/connection.py