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
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.4k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-116720: Fix corner cases of taskgroups
- #117407
#117407
Merged
gvanrossum
merged 21 commits into
python:main
python/cpython:main
from
gvanrossum:fix-tg
gvanrossum/cpython:fix-tg
Copy head branch name to clipboard
Apr 9, 2024
Conversation
Commits
21
(21)
Checks
Files changed
Merged
gh-116720: Fix corner cases of taskgroups
#117407
gvanrossum
merged 21 commits into
python:main
python/cpython:main
from
gvanrossum:fix-tg
gvanrossum/cpython:fix-tg
Copy head branch name to clipboard
Commits
Commits on Apr 4, 2024
Fix taskgroups handling of parent cancellation
gvanrossum
committed
90695c5
View commit details
Copy full SHA for 90695c5
Browse repository at this point
When errors and parent cancellation are both pending, re-cancel parent
gvanrossum
committed
6c4876d
View commit details
Copy full SHA for 6c4876d
Browse repository at this point
When uncancel() reaches zero, clear _must_cancel
Show description for df6e8b7
gvanrossum
committed
df6e8b7
View commit details
Copy full SHA for df6e8b7
Browse repository at this point
Remove 'experimental' comment
gvanrossum
committed
c762e36
View commit details
Copy full SHA for c762e36
Browse repository at this point
Remove unneeded Py_CLEAR(self->task_cancel_msg)
gvanrossum
committed
4989042
View commit details
Copy full SHA for 4989042
Browse repository at this point
Simple test for preserving cancelling() level
Show description for 3f91f2d
gvanrossum
committed
3f91f2d
View commit details
Copy full SHA for 3f91f2d
Browse repository at this point
Add test for nested task groups
Show description for 55ff73f
gvanrossum
committed
55ff73f
View commit details
Copy full SHA for 55ff73f
Browse repository at this point
Add test that is fixed by the re-cancel in __aexit__
Show description for 50fd8d6
gvanrossum
committed
50fd8d6
View commit details
Copy full SHA for 50fd8d6
Browse repository at this point
Test that uncancel() sets _must_cancel to False
gvanrossum
committed
93ba76a
View commit details
Copy full SHA for 93ba76a
Browse repository at this point
Move a stray asyncio news item into the asyncio section
gvanrossum
committed
f1f89c0
View commit details
Copy full SHA for f1f89c0
Browse repository at this point
Add blurb
gvanrossum
committed
48c6dda
View commit details
Copy full SHA for 48c6dda
Browse repository at this point
Add what's new entry
gvanrossum
committed
1e20728
View commit details
Copy full SHA for 1e20728
Browse repository at this point
Commits on Apr 5, 2024
Update uncancel docs
gvanrossum
committed
bc1522c
View commit details
Copy full SHA for bc1522c
Browse repository at this point
Update task group docs
gvanrossum
committed
7f6e5ff
View commit details
Copy full SHA for 7f6e5ff
Browse repository at this point
Merge remote-tracking branch 'origin/main' into fix-tg
gvanrossum
committed
56251ff
View commit details
Copy full SHA for 56251ff
Browse repository at this point
Fix markup error
gvanrossum
committed
c54fb22
View commit details
Copy full SHA for c54fb22
Browse repository at this point
Add attribution to Arthur Tacca issue
gvanrossum
committed
6d4b3d7
View commit details
Copy full SHA for 6d4b3d7
Browse repository at this point
Commits on Apr 8, 2024
Wording changes suggested by Carol Willing
gvanrossum
committed
b086609
View commit details
Copy full SHA for b086609
Browse repository at this point
Commits on Apr 9, 2024
Changelog/whatsnew updates from Arthur Tacca
Show description for 8ac42f6
gvanrossum
committed
8ac42f6
View commit details
Copy full SHA for 8ac42f6
Browse repository at this point
Attempted doc improvements inspired by Arthur Tacca's feedback
gvanrossum
committed
ac87a8e
View commit details
Copy full SHA for ac87a8e
Browse repository at this point
Merge remote-tracking branch 'origin/main' into fix-tg
gvanrossum
committed
be9365c
View commit details
Copy full SHA for be9365c
Browse repository at this point
You can’t perform that action at this time.