]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 28 Jul 2022 15:47:54 +0000 (21:17 +0530)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 15:47:54 +0000 (08:47 -0700)
commit54f48844d18bc6fb98849f15a2fc08f92ad240ea
tree203de211ae283397c8bc92c182e6bee42aeab3e6
parentbceb197947bbaebb11e01195bdce4f240fdf9332
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)

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]