[issue40466] asyncio.ensure_future() breaks implicit exception chaining

Chris Jerdonek report at bugs.python.org
Wed May 6 06:36:11 EDT 2020


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

Closing this as a duplicate of https://bugs.python.org/issue29587

It turns out that, as Nathaniel first suggested, this is really just another special case of that issue (the "yield from" case as opposed to the "yield" case). It's just that the particular examples provided in that issue were for "yield" and not "yield from", so it wasn't immediately evident.

----------
resolution:  -> duplicate
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list