diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-08 17:14:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-08 17:14:14 (GMT) |
commit | 4270b7927de2260f5f1442bb90f788e9ad25ce9c (patch) | |
tree | edf7487e853bbef369d1eb8f0815aaa281b169b4 /Python/Python-tokenize.c | |
parent | 5917e71017af916e4e03953794ec85f0381d8625 (diff) | |
download | cpython-4270b7927de2260f5f1442bb90f788e9ad25ce9c.zip cpython-4270b7927de2260f5f1442bb90f788e9ad25ce9c.tar.gz cpython-4270b7927de2260f5f1442bb90f788e9ad25ce9c.tar.bz2 |
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495)
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.
(cherry picked from commit ebb37fc3fdcb03db4e206db017eeef7aaffbae84)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python/Python-tokenize.c')
0 files changed, 0 insertions, 0 deletions