This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, miss-islington, onerandomusername, sobolevn, yselivanov
Date 2022-02-20.12:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645360775.99.0.316329894853.issue46672@roundup.psfhosted.org>
In-reply-to
Content
New changeset a6116a980c9eae91c2f9af7cbd0a9727e9b887ba by Andrew Svetlov in branch '3.9':
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31441)
https://github.com/python/cpython/commit/a6116a980c9eae91c2f9af7cbd0a9727e9b887ba
History
Date User Action Args
2022-02-20 12:39:36asvetlovsetrecipients: + asvetlov, yselivanov, miss-islington, sobolevn, onerandomusername
2022-02-20 12:39:35asvetlovsetmessageid: <1645360775.99.0.316329894853.issue46672@roundup.psfhosted.org>
2022-02-20 12:39:35asvetlovlinkissue46672 messages
2022-02-20 12:39:35asvetlovcreate