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 jeanmonet
Recipients asvetlov, jeanmonet, yselivanov
Date 2020-05-03.18:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588529541.83.0.627288387689.issue40487@roundup.psfhosted.org>
In-reply-to
Content
Additional note:

In a almost identical set-up, the simple fact of assigning the task object to a variable:

`task = loop.create_task(coroutine())`

instead of just calling:

`loop.create_task(coroutine())`

...results in the same unexpected behavior in exception handling, without even attempting to return the task object.
History
Date User Action Args
2020-05-03 18:12:21jeanmonetsetrecipients: + jeanmonet, asvetlov, yselivanov
2020-05-03 18:12:21jeanmonetsetmessageid: <1588529541.83.0.627288387689.issue40487@roundup.psfhosted.org>
2020-05-03 18:12:21jeanmonetlinkissue40487 messages
2020-05-03 18:12:21jeanmonetcreate