Message404998
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. |
|
Date |
User |
Action |
Args |
2021-10-25 20:03:45 | dreamsorcerer | set | recipients:
+ dreamsorcerer, ods, asvetlov, chris.jerdonek, Elvis.Pranskevichus, lukasz.langa, yselivanov, miss-islington, Nikita Ilyasov, aaliddell, nmatravolgyi |
2021-10-25 20:03:44 | dreamsorcerer | set | messageid: <1635192224.98.0.643627632351.issue37658@roundup.psfhosted.org> |
2021-10-25 20:03:44 | dreamsorcerer | link | issue37658 messages |
2021-10-25 20:03:44 | dreamsorcerer | create | |
|