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 asvetlov
Recipients amit7itz, asvetlov, yselivanov
Date 2019-12-16.11:38:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576496301.49.0.997883499318.issue39060@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-12-16 11:38:21asvetlovsetrecipients: + asvetlov, yselivanov, amit7itz
2019-12-16 11:38:21asvetlovsetmessageid: <1576496301.49.0.997883499318.issue39060@roundup.psfhosted.org>
2019-12-16 11:38:21asvetlovlinkissue39060 messages
2019-12-16 11:38:21asvetlovcreate