Skip to content

Commit 5e4797c

Browse files
Adding NEWS on mp.Pool signal handling
1 parent 292d37e commit 5e4797c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
:class:`multiprocessing.Pool` now properly restores blocked signal handlers
2+
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.

0 commit comments

Comments
 (0)