]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#96395)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Aug 2022 11:00:21 +0000 (04:00 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Aug 2022 11:00:21 +0000 (12:00 +0100)
commit2e9f29e6a660a33f84d64a5bce5b422e72c06e39
tree1271027d12786058e726036ece13af9a566d4cb4
parent126ec34558ef9e2fd688cc85b0951b559ce6a889
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#96395)

(cherry picked from commit e5b2453e61ba5376831093236d598ef5f9f1de61)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2022-07-09-08-55-04.gh-issue-74116.0XwYC1.rst [new file with mode: 0644]