Tin mới
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
Eliminate RuntimeError raised by asyncio.all_tasks()
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (
: Eliminate RuntimeError raised by asyncio.all_tasks() (
https://gist.github.com/nickdavies/4a37c6cd9dcc7041fddd2d2a81cee383
For reference we solved this in our backported version with this hack: https://gist.github.com/nickdavies/4a37c6cd9dcc7041fddd2d2a81cee383
: Eliminate RuntimeError raised by asyncio.all_tasks() (
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (
asyncio.all_tasks() crashes if asyncio is used in multiple threads #80788