Skip to content

gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() #127358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Nov 28, 2024

Replace the sleep(2) with a task which is blocked forever.

Replace the sleep(2) with a task which is blocked forever.
@vstinner
Copy link
Member Author

cc @1st1

@vstinner vstinner merged commit bfabf96 into python:main Nov 29, 2024
51 checks passed
@vstinner vstinner deleted the asyncio_staggered2 branch November 29, 2024 10:39
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 29, 2024
…ythonGH-127358)

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

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Nov 29, 2024

GH-127401 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Nov 29, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 29, 2024
…ythonGH-127358)

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

Co-authored-by: Victor Stinner <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Nov 29, 2024

GH-127402 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Nov 29, 2024
@vstinner
Copy link
Member Author

Merged, thanks for your review @kumaraditya303.

vstinner added a commit that referenced this pull request Nov 29, 2024
…H-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 bfabf96)

Co-authored-by: Victor Stinner <[email protected]>
vstinner added a commit that referenced this pull request Nov 29, 2024
…H-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 bfabf96)

Co-authored-by: Victor Stinner <[email protected]>
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
…ython#127358)

Replace the sleep(2) with a task which is blocked forever.
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…ython#127358)

Replace the sleep(2) with a task which is blocked forever.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-asyncio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants