mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
fc6c2de6de
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 bfabf96b50)
Co-authored-by: Victor Stinner <vstinner@python.org>