-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-29703: asyncio: Fix creating new event loops in child processes. #404
Conversation
@1st1, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Haypo, @tiran, @serhiy-storchaka and @zware to be potential reviewers. |
The PR is already reviewed by @fafhrd91. |
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 |
Proxy issue for python/asyncio#497