bpo-29703: asyncio: Fix creating new event loops in child processes. by 1st1 · Pull Request #404 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Minor nit pick: The title is slightly confusing. To me a subprocess implies fork+exec. The fix is about fork, so 'child process' or 'forked child' is more descriptive.
@tiran It's not only about explicitly forked (with os.fork()) child processes, it's also about subprocesses created with multiprocessing, or even concurrent.futures.ProcessPoolExecutor. All in all I agree you wording is better, will update the commit/news message.
1st1
changed the title
bpo-29703: asyncio: Fix creating new event loops in subprocesses.
bpo-29703: asyncio: Fix creating new event loops in child processes.
1st1
mentioned this pull request
1st1
mentioned this pull request
1st1 referenced this pull request