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 chris.jerdonek
Recipients asvetlov, bjs, chris.jerdonek, graingert, pagliaricci.m, yselivanov
Date 2021-10-09.12:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633783860.72.0.303940725357.issue45390@roundup.psfhosted.org>
In-reply-to
Content
> 2) Now: if I re-raise the asyncio.CancelledError as-is, I lose the message,
if I call the `asyncio.Task.exception()` function.

Re-raise asyncio.CancelledError where? (And what do you mean by "re-raise"?) Call asyncio.Task.exception() where? This isn't part of your example, so it's not clear what you mean exactly.
History
Date User Action Args
2021-10-09 12:51:00chris.jerdoneksetrecipients: + chris.jerdonek, asvetlov, yselivanov, graingert, bjs, pagliaricci.m
2021-10-09 12:51:00chris.jerdoneksetmessageid: <1633783860.72.0.303940725357.issue45390@roundup.psfhosted.org>
2021-10-09 12:51:00chris.jerdoneklinkissue45390 messages
2021-10-09 12:51:00chris.jerdonekcreate