Skip to content
Snippets Groups Projects
Unverified Commit ebb37fc3 authored by Gregory P. Smith's avatar Gregory P. Smith Committed by GitHub
Browse files

gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)

Do not spawn ProcessPool workers on demand when they spawn via fork.

This avoids potential deadlocks in the child processes due to forking from
a multithreaded process.
parent a84a56d8
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment