Amit Itzkovitch <amit7...@gmail.com> added the comment:

Hi Terry,
I guess the right place to update the Task.get_stack doc: 
https://docs.python.org/3/library/asyncio-task.html#asyncio.Task.get_stack

I'm not sure I know the terminology enough to phrase it right, but I would add 
there something like:
Note that the task's stack does not include the stack of coroutines that were 
awaited inside the task, as it is not part of the Task itself. 

But I am sure one of you can phrase it more professionally than me :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to