summaryrefslogtreecommitdiff
path: root/t/manual/flask.py
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-07-19 23:22:13 -0600
committerbd <bdunahu@operationnull.com>2025-07-19 23:22:13 -0600
commit0c0af7dd5a9d1c30820b52f8209151f0f2d5610d (patch)
tree018652147dee18477ac89f073ccb31f4d84ee7ef /t/manual/flask.py
parentac55d9ff0b588b91202ccad72ee71e508e33ad08 (diff)
Fix a bug where inactive loops would be indexed (read desc)
Cleaned up Aergia.walk_back_until_loop to only get running event loops. Previously, this manifested as a bug. The asyncio.Process class would fork off a thread, and the event loop would be found in that thread's local variables, even though that thread was not executing that event loop. This would result in get_event_loops containing duplicate values, and affected event loops would be assigned duplicate time
Diffstat (limited to 't/manual/flask.py')
0 files changed, 0 insertions, 0 deletions