Message358474
Technically the output is correct: a stack for async function call doesn't contain the outer async function that is used for awaiting.
Agree, it may sound confusing, but `await f()` is not the same as just `f()`.
Perhaps we can provide *alternative* API for retrieving async call stack. |
|
Date |
User |
Action |
Args |
2019-12-16 11:38:21 | asvetlov | set | recipients:
+ asvetlov, yselivanov, amit7itz |
2019-12-16 11:38:21 | asvetlov | set | messageid: <1576496301.49.0.997883499318.issue39060@roundup.psfhosted.org> |
2019-12-16 11:38:21 | asvetlov | link | issue39060 messages |
2019-12-16 11:38:21 | asvetlov | create | |
|