]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 20 Feb 2022 10:24:00 +0000 (13:24 +0300)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 10:24:00 +0000 (12:24 +0200)
commit4ab8167b9c60d1a04b2e3116d0c52db254b68cda
treef7c1e79ff0941bfd8deca5e6dfccc0d527f87d8d
parente7130c2e8c6abfaf04b209bd5b239059eda024b9
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
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]