Message383637
The traceback contains frames from asyncio internal machinery, that's why the traceback is long.
IFIAK Python standard library never filters such calls, asyncio is not an exception.
On the other hand, well-known pytest library supports `__tracebackhide__ = True` for skipping pytest internals in test failure reports.
I'm not sure if we want to do such black magic though.
Plus, sometimes an information about internals is helpful to detect the actual source of the problem,
I have no clear vision of how to skip internal frames easily.
Yuri, maybe you have an idea? |
|
Date |
User |
Action |
Args |
2020-12-23 10:40:52 | asvetlov | set | recipients:
+ asvetlov, lilydjwg, yselivanov |
2020-12-23 10:40:52 | asvetlov | set | messageid: <1608720052.59.0.281253810036.issue42682@roundup.psfhosted.org> |
2020-12-23 10:40:52 | asvetlov | link | issue42682 messages |
2020-12-23 10:40:52 | asvetlov | create | |
|