]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (GH-95387)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jul 2022 12:38:02 +0000 (05:38 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Jul 2022 12:38:02 +0000 (14:38 +0200)
commitefeda8b4a1fd8f1c510311c40e46d5fad65512a0
treefd69a9f3c7fd20d380ea5177baf4332844b57a40
parentc26470f0cc900dccf2a7ce4a915fc36596cdf289
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (GH-95387)

(cherry picked from commit 54f48844d18bc6fb98849f15a2fc08f92ad240ea)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Lib/asyncio/runners.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2022-07-24-18-00-42.gh-issue-95097.lu5qNf.rst [new file with mode: 0644]