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 dreamsorcerer
Recipients Elvis.Pranskevichus, Nikita Ilyasov, aaliddell, asvetlov, chris.jerdonek, dreamsorcerer, lukasz.langa, miss-islington, nmatravolgyi, ods, yselivanov
Date 2021-10-25.20:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635192224.98.0.643627632351.issue37658@roundup.psfhosted.org>
In-reply-to
Content
Can I get a review? 
https://github.com/python/cpython/pull/29202

Seems like a simple mistake given the original description of this issue:

> 1. the inner task is completed and the outer task will receive the result – transport and protocol in this case
> 2. The inner task is cancelled and no connection was established

The try/except blocks clearly add a 3rd condition, where the inner task is completed and a TimeoutError is raised without returning the result.
History
Date User Action Args
2021-10-25 20:03:45dreamsorcerersetrecipients: + dreamsorcerer, ods, asvetlov, chris.jerdonek, Elvis.Pranskevichus, lukasz.langa, yselivanov, miss-islington, Nikita Ilyasov, aaliddell, nmatravolgyi
2021-10-25 20:03:44dreamsorcerersetmessageid: <1635192224.98.0.643627632351.issue37658@roundup.psfhosted.org>
2021-10-25 20:03:44dreamsorcererlinkissue37658 messages
2021-10-25 20:03:44dreamsorcerercreate