summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_eager_task_factory.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...Miss Islington (bot)2024-11-291-1/+5
* [3.13] gh-124309: fix staggered race on eager tasks (GH-124847) (#125339)Miss Islington (bot)2024-10-121-0/+46
* [3.13] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-271-0/+12
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-1/+0
* gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...chgnrdv2023-06-241-0/+19
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-6/+0
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-0/+344