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 chris.jerdonek, gvanrossum, hynek, martin.panter, ned.deily, njs, vstinner, yselivanov
Date 2020-05-01.10:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588327398.16.0.269322872724.issue29587@roundup.psfhosted.org>
In-reply-to
Content
By the way, I just posted a new issue about exception chaining getting suppressed, but this time in an asyncio setting with ensure_future():
https://bugs.python.org/issue40466

I first noticed this issue two or three years ago and raised it on the async-sig list. It was suggested there that this was a special case of the current issue. Having written code to fix the current issue, though, the ensure_future() issue still exists. So I filed a separate issue.
History
Date User Action Args
2020-05-01 10:03:18chris.jerdoneksetrecipients: + chris.jerdonek, gvanrossum, vstinner, ned.deily, njs, hynek, martin.panter, yselivanov
2020-05-01 10:03:18chris.jerdoneksetmessageid: <1588327398.16.0.269322872724.issue29587@roundup.psfhosted.org>
2020-05-01 10:03:18chris.jerdoneklinkissue29587 messages
2020-05-01 10:03:18chris.jerdonekcreate