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.

作者 bjs
收信人 asvetlov, bjs, pagliaricci.m, yselivanov
日期 2021-10-06.11:36:52
SpamBayes Score -1.0
Marked as misclassified
Message-id <1633520212.22.0.637971219867.issue45390@roundup.psfhosted.org>
In-reply-to
内容
This seems to be present in both the Python implementation as well as the accelerated C _asyncio module.

It looks like that when a Task awaits a cancelled future,
the task itself is cancelled but the cancellation message is not propagated to the task.
https://github.com/python/cpython/blob/main/Lib/asyncio/tasks.py#L242
历史
日期 用户 动作 参数
2021-10-06 11:36:52bjs修改recipients: + bjs, asvetlov, yselivanov, pagliaricci.m
2021-10-06 11:36:52bjs修改messageid: <1633520212.22.0.637971219867.issue45390@roundup.psfhosted.org>
2021-10-06 11:36:52bjs链接issue45390 messages
2021-10-06 11:36:52bjs创建