From 2a30e4f74e6c44aecd6f88f29f8d0e8be09c3221 Mon Sep 17 00:00:00 2001 From: Sam Gross Date: Tue, 15 Oct 2024 15:13:37 +0000 Subject: [PATCH] Fix blurb --- .../Library/2024-10-14-17-29-34.gh-issue-125451.fmP3T9.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Library/2024-10-14-17-29-34.gh-issue-125451.fmP3T9.rst b/Misc/NEWS.d/next/Library/2024-10-14-17-29-34.gh-issue-125451.fmP3T9.rst index 6047906d7b98a0..589988d4d6273f 100644 --- a/Misc/NEWS.d/next/Library/2024-10-14-17-29-34.gh-issue-125451.fmP3T9.rst +++ b/Misc/NEWS.d/next/Library/2024-10-14-17-29-34.gh-issue-125451.fmP3T9.rst @@ -1,2 +1,2 @@ -Fix deadlock when :class:`ProcessPoolExecutor` shuts down concurrently with -an error when feeding a job to a worker process. +Fix deadlock when :class:`concurrent.futures.ProcessPoolExecutor` shuts down +concurrently with an error when feeding a job to a worker process.