]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977)
authorKyle Stanley <aeros167@gmail.com>
Mon, 30 Dec 2019 11:50:19 +0000 (06:50 -0500)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 30 Dec 2019 11:50:19 +0000 (13:50 +0200)
commit89aa7f0ede1a11c020e83f24394593c577a61509
treee570c3365f871fa9e7c82909e48d81c85f3ad718
parent88dce26da6bc4838092128d9a6f1c98bf48b7c90
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-16977)
Doc/whatsnew/3.9.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py