summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_eager_task_factory.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...Miss Islington (bot)2024-11-291-1/+5
* [3.12] gh-124309: fix staggered race on eager tasks (GH-124847) (#125340)Miss Islington (bot)2024-10-121-0/+46
* [3.12] gh-124309: Revert eager task factory fix to prevent breaking downstrea...Miss Islington (bot)2024-10-011-47/+0
* [3.12] gh-124309: Modernize the `staggered_race` implementation to support eā...Kumar Aditya2024-09-261-0/+47
* [3.12] gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (GH-122...Miss Islington (bot)2024-07-271-0/+12
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-1/+18
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-0/+344