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-116720: Fix corner cases of taskgroups #117407

Merged
merged 21 commits into from
Apr 9, 2024
Merged

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    90695c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4876d View commit details
    Browse the repository at this point in the history
  3. When uncancel() reaches zero, clear _must_cancel

    This fixes the one failing test in test_timeouts.
    Surprisingly, it doesn't break any other asyncio tests.
    gvanrossum committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    df6e8b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c762e36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4989042 View commit details
    Browse the repository at this point in the history
  6. Simple test for preserving cancelling() level

    Co-Authored-By: @Tinche
    gvanrossum committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3f91f2d View commit details
    Browse the repository at this point in the history
  7. Add test for nested task groups

    Co-Authored-By: @arthur-tacca
    gvanrossum committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    55ff73f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    50fd8d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93ba76a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1f89c0 View commit details
    Browse the repository at this point in the history
  11. Add blurb

    gvanrossum committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    48c6dda View commit details
    Browse the repository at this point in the history
  12. Add what's new entry

    gvanrossum committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1e20728 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update uncancel docs

    gvanrossum committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bc1522c View commit details
    Browse the repository at this point in the history
  2. Update task group docs

    gvanrossum committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7f6e5ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56251ff View commit details
    Browse the repository at this point in the history
  4. Fix markup error

    gvanrossum committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c54fb22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d4b3d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    b086609 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Changelog/whatsnew updates from Arthur Tacca

    Also switch to consistently using internal/external
    instead of inside/outside.
    gvanrossum committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8ac42f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac87a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be9365c View commit details
    Browse the repository at this point in the history