]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 20 Feb 2022 12:39:21 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 12:39:21 +0000 (14:39 +0200)
commita6116a980c9eae91c2f9af7cbd0a9727e9b887ba
tree31867bc6abcb7af96dc7d346ce1aa473ac515feb
parentcf1993210fdb5b9140c7710ca1a93ca661400f19
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/asyncio/tasks.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-02-07-13-15-16.bpo-46672.4swIjx.rst [new file with mode: 0644]