Skip to content

Commit 310765e

Browse files
committed
gh-132969: fixed typo in reference to shutdown method
1 parent 0fe743b commit 310765e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2025-04-30-19-32-18.gh-issue-132969.EagQ3G.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Prevent the :class:`~concurrent.futures.ProcessPoolExecutor` executor thread,
22
which remains running when :meth:`shutdown(wait=False)
3-
<concurrent.future.ProcessPoolExecutor.shutdown>`, from
3+
<concurrent.futures.ProcessPoolExecutor.shutdown>`, from
44
attempting to adjust the pool's worker processes after the object state has already been reset during shutdown.
55
A combination of conditions, including a worker process having terminated abormally,
66
resulted in an exception and a potential hang when the still-running executor thread

0 commit comments

Comments
 (0)