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 iritkatriel
Recipients Drew Budwin, asvetlov, iritkatriel, twisteroid ambassador, yselivanov
Date 2021-02-21.23:24:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613949883.88.0.368495050882.issue36636@roundup.psfhosted.org>
In-reply-to
Content
"twisteroid ambassador"'s explanation is correct - you need to use the traceback module to render complete information about an exception.

And indeed, return_exceptions=False gives you the first exception (not all of them) as explained here https://docs.python.org/3/library/asyncio-task.html#asyncio.gather
History
Date User Action Args
2021-02-21 23:24:43iritkatrielsetrecipients: + iritkatriel, asvetlov, yselivanov, twisteroid ambassador, Drew Budwin
2021-02-21 23:24:43iritkatrielsetmessageid: <1613949883.88.0.368495050882.issue36636@roundup.psfhosted.org>
2021-02-21 23:24:43iritkatriellinkissue36636 messages
2021-02-21 23:24:43iritkatrielcreate