Tin mới
itamaro:asyncio-current-task-native-impl
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
Provide C implementation for asyncio.current_task #100344
: Provide C implementation for asyncio.current_task
Merge branch 'main' into asyncio-current-task-native-impl
Fix refleak in C impl of current_task
Optimize also the common case of the Python implementation of asyncio…
Merge branch 'main' into asyncio-current-task-native-impl
Catch more specific KeyError exception
Merge branch 'main' into asyncio-current-task-native-impl
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
Merge branch 'main' into asyncio-current-task-native-impl
Adjust CurrentLoopTests to cover both C and Python implementations of…
Merge branch 'main' into asyncio-current-task-native-impl
Revert optimizations in Python implementation of asyncio.current_task