Skip to content
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

gh-124309: fix staggered race on eager tasks #124847

Merged
merged 5 commits into from
Oct 11, 2024

Commits on Oct 1, 2024

  1. restore tests from reverted commits

    Co-Authored-By: Peter Bierma <zintensitydev@gmail.com>
    graingert and ZeroIntensity committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c03e43f View commit details
    Browse the repository at this point in the history
  2. in asyncio.staggered wait for the current task to resume before start…

    …ing work on child tasks
    graingert committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c936c0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c928f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ef65dbf View commit details
    Browse the repository at this point in the history
  2. add comments

    graingert committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    da797fc View commit details
    Browse the repository at this point in the history