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-46994: Accept explicit contextvars.Context in asyncio create_task() API #31837

Merged
merged 9 commits into from
Mar 14, 2022

Commits on Mar 12, 2022

  1. Configuration menu
    Copy the full SHA
    50e6b01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1348e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c0aff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Fix typo

    asvetlov committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    7a9bded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5686c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b375604 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Work on

    asvetlov committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6e385ac View commit details
    Browse the repository at this point in the history
  2. Fix C Task impl

    asvetlov committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f5816da View commit details
    Browse the repository at this point in the history
  3. Add taskgroup tests

    asvetlov committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    1d26ee1 View commit details
    Browse the repository at this point in the history