]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Nov 2024 10:59:22 +0000 (11:59 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2024 10:59:22 +0000 (10:59 +0000)
commitfc6c2de6de787b99ed41610dda09eb227d5e2726
tree3517ce467509ef514888f2fb3382ee6cc187b9e0
parent91399c39845b7ca4a48b5feaec030a349ff3f68e
[3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127402)

gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358)

Replace the sleep(2) with a task which is blocked forever.
(cherry picked from commit bfabf96b50b7d6a9c15b298a86ba3633b05a1fd7)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/test_eager_task_factory.py