Skip to content

Commit da95ed3

Browse files
Fixing mp Pool class path in NEWS
1 parent 5e4797c commit da95ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Library/2024-12-03-20-28-08.gh-issue-127586.zgotYF.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:class:`multiprocessing.Pool` now properly restores blocked signal handlers
1+
:class:`multiprocessing.pool.Pool` now properly restores blocked signal handlers
22
of the parent thread when creating processes via either *spawn* or
33
*forkserver*. Previously it would unblock **SIGTERM** and **SIGINT** in the
44
parent thread on construction, even if either signal handler was

0 commit comments

Comments
 (0)