From 1cad7eed59d821eef9f4f984531cbb3852a9223c Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 29 Jul 2025 23:10:29 -0400 Subject: Update `_get_deepest_traceable_frame' comment again again --- aergia/aergia.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'aergia') diff --git a/aergia/aergia.py b/aergia/aergia.py index 7657636..a2dd1ef 100755 --- a/aergia/aergia.py +++ b/aergia/aergia.py @@ -310,7 +310,9 @@ class Aergia(object): If cr_await is None, then the task was created but never started. (since once a task is started, it either starts waiting on another - coroutine, or finishes immediately). These cases were already filtered + coroutine, or finishes immediately. Note when you call task_create, + asyncio schedules it for the next event loop iteration, so the code + does not actually run immediately). These cases were already filtered out in `_get_idle_task_frames'.''' curr = coro deepest_frame = None -- cgit v1.2.3