File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 413413
414414 Return the list of stack frames for this task's coroutine.
415415
416- If the coroutine is active , this returns the stack where it is suspended.
416+ If the coroutine is not done , this returns the stack where it is suspended.
417417 If the coroutine has completed successfully or was cancelled, this
418418 returns an empty list. If the coroutine was terminated by an exception,
419419 this returns the list of traceback frames.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def _repr_info(self):
109109 def get_stack (self , * , limit = None ):
110110 """Return the list of stack frames for this task's coroutine.
111111
112- If the coroutine is active , this returns the stack where it is
112+ If the coroutine is not done , this returns the stack where it is
113113 suspended. If the coroutine has completed successfully or was
114114 cancelled, this returns an empty list. If the coroutine was
115115 terminated by an exception, this returns the list of traceback
You can’t perform that action at this time.
0 commit comments