-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-89237: fix hang in proactor subprocess.wait_closed()
#98572
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
GH-89237: fix hang in proactor subprocess.wait_closed()
#98572
Conversation
kumaraditya303
commented
Oct 23, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: asyncio hang in subprocess wait_closed() on Windows, BrokenPipeError #89237
🤖 New build scheduled with the buildbot fleet by @kumaraditya303 for commit 008be56 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Misc/NEWS.d/next/Library/2022-10-23-18-30-39.gh-issue-89237.kBui30.rst
Outdated
Show resolved
Hide resolved
Thanks @kumaraditya303 for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-98620 is a backport of this pull request to the 3.11 branch. |
…onGH-98572) (cherry picked from commit ad1dc3e) Co-authored-by: Kumar Aditya <[email protected]>
GH-98621 is a backport of this pull request to the 3.10 branch. |
…onGH-98572) (cherry picked from commit ad1dc3e) Co-authored-by: Kumar Aditya <[email protected]>
(cherry picked from commit ad1dc3e) Co-authored-by: Kumar Aditya <[email protected]>