]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 17 Mar 2022 20:51:40 +0000 (22:51 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 20:51:40 +0000 (22:51 +0200)
commit903f0a02c16240dc769a08c30e8d072a4fb09154
tree00a9ff2477f94c7067c9daad481abde0d8d8ff3b
parent33698e8ff40fcc67df3d95658e87196f8021de6f
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
Doc/library/asyncio-task.rst
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-03-17-19-38-40.bpo-34790.zQIiVJ.rst [new file with mode: 0644]