Tin mới
itamaro:asyncio-skip-gathering-future
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
gh-97696 introduced eager tasks factory, which speeds up some async-heavy workloads by up to 50% when opted in.
Leverage eager tasks to optimize asyncio gather & TaskGroups further #104144
gh-NNNN: Skip creating GatheringFuture if all futures finished eagerly
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Apply review suggestion to NEWS entry
Merge branch 'main' into asyncio-skip-gathering-future
Modify implementation to eagerly call done callbacks at the end of th…
update inline comment and NEWS entry
Merge branch 'main' into asyncio-skip-gathering-future