]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 20 Feb 2022 15:28:42 +0000 (07:28 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 15:28:42 +0000 (17:28 +0200)
commitf1916cde24053f4c8b6799730666d19474f8dd09
treead1ddb5fe008f435f2f7fdd3153c3e8a9eb5075b
parentfa621a738875dc8a644a6149e7ffd4be0a40f1d9
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
(cherry picked from commit 4ab8167b9c60d1a04b2e3116d0c52db254b68cda)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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]