-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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-74116: allow multiple drain waiters for asyncio.StreamWriter #94705
Conversation
kumaraditya303
commented
Jul 9, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Waiting for asyncio.StreamWriter.drain() twice in parallel raises an AssertionError when the transport stopped writing #74116
efcfd1d
to
f6ede6e
Compare
03c0e87
to
b14ab8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks okay, I have a nit or two.
Misc/NEWS.d/next/Library/2022-07-09-08-55-04.gh-issue-74116.0XwYC1.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG! I'll merge next.
Thanks @kumaraditya303 for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
…pythonGH-94705) (cherry picked from commit e5b2453) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-96395 is a backport of this pull request to the 3.11 branch. |
…pythonGH-94705) (cherry picked from commit e5b2453) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
GH-96396 is a backport of this pull request to the 3.10 branch. |