Files
pallectrum/electrum
SomberNight 0b3a283586 asyncio: hold our own strong refs for tasks and futures
see https://docs.python.org/3.13/library/asyncio-task.html#asyncio.create_task :

> Important
>
> Save a reference to the result of this function, to avoid a task
> disappearing mid-execution. The event loop only keeps weak references
> to tasks. A task that isn’t referenced elsewhere may get garbage
> collected at any time, even before it’s done. For reliable
> “fire-and-forget” background tasks, gather them in a collection

ref https://github.com/python/cpython/issues/91887
ref https://github.com/beeware/toga/pull/2814
2025-03-05 17:06:04 +00:00
..
2024-09-18 15:48:38 +00:00
2025-02-04 09:43:40 +01:00
2025-03-05 10:29:26 +01:00
2025-02-10 14:22:50 +01:00
2025-02-10 14:22:50 +01:00
2025-03-05 10:29:26 +01:00
2024-10-22 09:26:36 +02:00
2025-03-05 10:29:26 +01:00
2025-03-05 10:29:26 +01:00
2025-03-05 10:29:26 +01:00
2025-02-19 14:29:02 +01:00
2025-03-05 10:29:26 +01:00
2025-02-19 14:29:02 +01:00
2025-03-05 10:29:26 +01:00
2025-03-05 10:29:26 +01:00
2025-03-05 10:29:26 +01:00
2025-03-05 10:29:26 +01:00
2024-11-29 17:09:29 +08:00
2025-02-28 16:46:29 +00:00
2025-01-23 12:58:28 +01:00