summaryrefslogtreecommitdiff
path: root/aergia/aergia.py
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-07-29 23:10:29 -0400
committerbd <bdunahu@operationnull.com>2025-07-29 23:10:29 -0400
commit1cad7eed59d821eef9f4f984531cbb3852a9223c (patch)
treec12f370c554fa48e632279247a34ba6641f4bae2 /aergia/aergia.py
parent2dc8346087cfab9e5de85573cf54d454d1cae82d (diff)
Update `_get_deepest_traceable_frame' comment again again
Diffstat (limited to 'aergia/aergia.py')
-rwxr-xr-xaergia/aergia.py4
1 files changed, 3 insertions, 1 deletions
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