Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
5.1k
Code
Issues
213
Pull requests
156
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add asyncio.taskgroups and new Task methods
- #7240
#7240
Merged
Akuli
merged 15 commits into
master
python/typeshed:master
from
taskgroups
python/typeshed:taskgroups
Copy head branch name to clipboard
Feb 16, 2022
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Add asyncio.taskgroups and new Task methods
#7240
Akuli
merged 15 commits into
master
python/typeshed:master
from
taskgroups
python/typeshed:taskgroups
Copy head branch name to clipboard
Commits
Commits on Feb 16, 2022
Add asyncio.taskgroups and new Task methods
Show description for 9833b03
gvanrossum
committed
9833b03
View commit details
Copy full SHA for 9833b03
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
f080a41
View commit details
Copy full SHA for f080a41
Browse repository at this point
Make default value '...'
gvanrossum
committed
c3e6ff6
View commit details
Copy full SHA for c3e6ff6
Browse repository at this point
Add explicit return type for __init__()
gvanrossum
committed
84a0f30
View commit details
Copy full SHA for 84a0f30
Browse repository at this point
Import TaskGroup into toplevel asyncio
gvanrossum
committed
e94e699
View commit details
Copy full SHA for e94e699
Browse repository at this point
Make __aenter__/__aexit__ async!
Show description for d238676
gvanrossum
and
JelleZijlstra
authored
d238676
View commit details
Copy full SHA for d238676
Browse repository at this point
Update stdlib/VERSIONS file
gvanrossum
committed
66e7fa2
View commit details
Copy full SHA for 66e7fa2
Browse repository at this point
Use 'import X as X' idiom
gvanrossum
committed
767c264
View commit details
Copy full SHA for 767c264
Browse repository at this point
Update stubtest allowlists
gvanrossum
committed
baab662
View commit details
Copy full SHA for baab662
Browse repository at this point
Remove version check from taskgroups.pyi; fix __aexit__ signature
gvanrossum
committed
bc3cd0e
View commit details
Copy full SHA for bc3cd0e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
99883fb
View commit details
Copy full SHA for 99883fb
Browse repository at this point
Get rid of name arg (it doesn't exist)
gvanrossum
committed
634bf7d
View commit details
Copy full SHA for 634bf7d
Browse repository at this point
The name arg on __init__ is kw-only
gvanrossum
committed
7dfbc6c
View commit details
Copy full SHA for 7dfbc6c
Browse repository at this point
Use Self typevar for __aenter__
gvanrossum
committed
2df795b
View commit details
Copy full SHA for 2df795b
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
committed
969eb9c
View commit details
Copy full SHA for 969eb9c
Browse repository at this point
You can’t perform that action at this time.