gh-155888: Fix asyncio writelines() hanging on an empty last chunk - #155889
Conversation
|
@kumaraditya303 Don't you need backports? |
|
Thanks @deadlovelll for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @deadlovelll for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
Sorry, @deadlovelll and @kumaraditya303, I could not cleanly backport this to |
|
GH-155904 is a backport of this pull request to the 3.15 branch. |
I'll see what's wrong in a couple of hours |
…H-155889) (#155904) Co-authored-by: Timofei Ivankov <[email protected]>
Fix asyncio writelines() hanging on an empty last chunk
For more details see gh-155888