Skip to content

Commit dcc52ba

Browse files
Update Misc/NEWS.d/next/Library/2024-12-03-20-28-08.gh-issue-127586.zgotYF.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent da95ed3 commit dcc52ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
:class:`multiprocessing.pool.Pool` now properly restores blocked signal handlers
22
of the parent thread when creating processes via either *spawn* or
3-
*forkserver*. Previously it would unblock **SIGTERM** and **SIGINT** in the
4-
parent thread on construction, even if either signal handler was
5-
intentionally blocked prior to the call to construct. Additionally, child
6-
processes can now inherit said blocked signals.
3+
*forkserver*.

0 commit comments

Comments
 (0)