Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Library/2023-09-25-02-11-14.gh-issue-114440.b…
Browse files Browse the repository at this point in the history
…2TrqG.rst
  • Loading branch information
serhiy-storchaka authored Jan 23, 2024
1 parent 188228f commit 62af0b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
On Windows, closing the connection writer when cleaning up a broken
:cls:`multiprocessing.Queue` queue is now done for all queues, rather than
:class:`multiprocessing.Queue` queue is now done for all queues, rather than
only in :mod:`concurrent.futures` manager thread.
This can prevent a deadlock when a ``multiprocessing`` worker process terminates
without cleaning up.
Expand Down

0 comments on commit 62af0b7

Please sign in to comment.