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

bpo-46752: Slight improvements to TaskGroup API #31398

Merged
merged 3 commits into from
Feb 18, 2022

Commits on Feb 17, 2022

  1. Remove task group names (for now)

    We're not sure that they are needed, and once in the code
    we would never be able to get rid of them.
    
    Yury wrote:
    
    > Ideally, there should be a way for someone to build a "trace"
    > of taskgroups/task leading to the current running task.
    > We could do that using contextvars, but I'm not sure we should
    > do that in 3.11.
    gvanrossum committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    32468ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1191ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220bb6d View commit details
    Browse the repository at this point in the history