KEMBAR78
[3.11] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) by miss-islington · Pull Request #106607 · python/cpython · GitHub
Skip to content

Conversation

@miss-islington
Copy link
Contributor

Fixes a hang in multiprocessing process pool executor when a child process crashes and code could otherwise block on writing to the pipe. See GH-94777 for more details.
(cherry picked from commit 6782fc0)

Co-authored-by: Louis Paulot 55740424+lpaulot@users.noreply.github.com

Fixes a hang in multiprocessing process pool executor when a child process crashes and code could otherwise block on writing to the pipe.  See pythonGH-94777 for more details.
(cherry picked from commit 6782fc0)

Co-authored-by: Louis Paulot <55740424+lpaulot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants