]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 11:01:59 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2024 11:01:59 +0000 (11:01 +0000)
commit1056f38b3a94c5024d31d7acf4d6c5fd28f0059b
treebf40761201c9f65e40d9dc4e2a373e062a46f15e
parent92d14b7fab38e1fdd592bc7c22b6898ac6c7231c
[3.13] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-127358) (#127401)

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