[issue29587] Generator/coroutine 'throw' discards exc_info state, which is bad

Chris Jerdonek report at bugs.python.org
Fri May 1 06:03:18 EDT 2020


Chris Jerdonek <chris.jerdonek at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29587>
_______________________________________


More information about the Python-bugs-list mailing list