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
Audit asyncio thread safety #128002
https://github.com/python/cpython
fix crash by using mutex instead of critical_section
fix all_tasks and use critical section as before
remove suppressions for sockets, it is fixed now
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
data races in frame inspection and tracebacks #128421
add link to issue in suppressions
use list as temp storage for tasks before filtering
fix FutureIter_am_send_lock_held
remove unnecessary incref/decref of task
Update Tools/tsan/suppressions_free_threading.txt
: fix many thread safety issues in asyncio (
: fix many thread safety issues in asyncio (