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: Modernize the staggered_race implementation to support eager task factories #124390

Merged

Commits on Sep 23, 2024

  1. Partial implementation.

    ZeroIntensity committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4002695 View commit details
    Browse the repository at this point in the history
  2. Add unit tests.

    ZeroIntensity committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    302d7e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cf78a View commit details
    Browse the repository at this point in the history
  4. Add NEWS entry.

    ZeroIntensity committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    48a1798 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Refactor to use only public APIs

    Co-authored-by: Thomas Grainger <tagrain@gmail.com>
    ZeroIntensity and graingert committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e213f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d27caf View commit details
    Browse the repository at this point in the history
  3. Add extra test.

    ZeroIntensity committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    229eaf8 View commit details
    Browse the repository at this point in the history
  4. Add sanity check.

    ZeroIntensity committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    aa00ebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57bb25a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6940889 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d01ed7f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update Lib/test/test_asyncio/test_staggered.py

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    ZeroIntensity and JelleZijlstra authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9c04271 View commit details
    Browse the repository at this point in the history
  2. Update Lib/asyncio/staggered.py

    Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
    ZeroIntensity and willingc authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e11a52a View commit details
    Browse the repository at this point in the history
  3. code review

    kumaraditya303 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3fbbedb View commit details
    Browse the repository at this point in the history
  4. fix news

    kumaraditya303 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1b2e217 View commit details
    Browse the repository at this point in the history
  5. better tests

    kumaraditya303 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e1047b9 View commit details
    Browse the repository at this point in the history