]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38529: Fix asyncio stream warning (GH-17474)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 7 Dec 2019 11:39:57 +0000 (03:39 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2019 11:39:57 +0000 (03:39 -0800)
commit7fde4f446a3dcfed780a38fbfcd7c0b4d9d73b93
treefab43c7b8e7d3e52640784169742288c49302aa8
parent836cf31a3cf468ed9598a220b8e194b366287bfe
bpo-38529: Fix asyncio stream warning (GH-17474)

(cherry picked from commit 7ddcd0caa4c2e6b43265df144f59c5aa508a94f2)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2019-12-05-16-13-25.bpo-38529.yvQgx3.rst [new file with mode: 0644]