]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 16 Mar 2023 03:50:43 +0000 (09:20 +0530)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 03:50:43 +0000 (09:20 +0530)
commita44553ea9f7745a1119148082edb1fb0372ac0e2
tree6cabbca3384325fb6e0c2a821e0ae37998315241
parent1c9f3391b916939e5ad18213e553f8d6bfbec25e
GH-100112:  avoid using iterable coroutines in asyncio internally (#100128)
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2023-03-10-13-51-21.gh-issue-100112.VHh4mw.rst [new file with mode: 0644]