FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() by vstinner · Pull Request #127358 · python/cpython · GitHub

/ cpython Public

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

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:asyncio_staggered2
Nov 29, 2024
Merged

gh-127258: Fix asyncio test_staggered_race_with_eager_tasks()#127358
vstinner merged 1 commit into
python:mainfrom
vstinner:asyncio_staggered2

Conversation

vstinner commented Nov 28, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

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

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

Copy link
Copy Markdown
Member Author

cc @1st1

vstinner merged commit bfabf96 into python:main Nov 29, 2024
vstinner deleted the asyncio_staggered2 branch November 29, 2024 10:39

Copy link
Copy Markdown

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 <vstinner@python.org>

bedevere-app Bot commented Nov 29, 2024

Copy link
Copy Markdown

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

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 <vstinner@python.org>

bedevere-app Bot commented Nov 29, 2024

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Nov 29, 2024

Copy link
Copy Markdown
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 <vstinner@python.org>
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 <vstinner@python.org>
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 8, 2025
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL