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
Type
/
to 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.2k
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-128002: fix many thread safety issues in asyncio
- #128147
#128147
Merged
kumaraditya303
merged 26 commits into
python:main
python/cpython:main
from
kumaraditya303:asyncio-tsafe
kumaraditya303/cpython:asyncio-tsafe
Copy head branch name to clipboard
Jan 4, 2025
Conversation
Commits
26
(26)
Checks
Files changed
Merged
gh-128002: fix many thread safety issues in asyncio
#128147
kumaraditya303
merged 26 commits into
python:main
python/cpython:main
from
kumaraditya303:asyncio-tsafe
kumaraditya303/cpython:asyncio-tsafe
Copy head branch name to clipboard
Commits
Commits on Dec 21, 2024
fix thread safety
kumaraditya303
committed
f3642ae
View commit details
Copy full SHA for f3642ae
Browse repository at this point
keep working
kumaraditya303
committed
1f63b9e
View commit details
Copy full SHA for 1f63b9e
Browse repository at this point
keep working
kumaraditya303
committed
26e9932
View commit details
Copy full SHA for 26e9932
Browse repository at this point
fix refcounting
kumaraditya303
committed
4381ae2
View commit details
Copy full SHA for 4381ae2
Browse repository at this point
fix refcounting
kumaraditya303
committed
b972121
View commit details
Copy full SHA for b972121
Browse repository at this point
add asserts
kumaraditya303
committed
eeb0273
View commit details
Copy full SHA for eeb0273
Browse repository at this point
more asserts
kumaraditya303
committed
fd1b9cd
View commit details
Copy full SHA for fd1b9cd
Browse repository at this point
Commits on Dec 23, 2024
more asserts
kumaraditya303
committed
b628463
View commit details
Copy full SHA for b628463
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into asyncio-tsafe
kumaraditya303
committed
501b6bb
View commit details
Copy full SHA for 501b6bb
Browse repository at this point
fix test
kumaraditya303
committed
86448af
View commit details
Copy full SHA for 86448af
Browse repository at this point
Commits on Dec 25, 2024
Merge branch 'main' of https://github.com/python/cpython into asyncio-tsafe
kumaraditya303
committed
303bd9a
View commit details
Copy full SHA for 303bd9a
Browse repository at this point
fix crash by using mutex instead of critical_section
kumaraditya303
committed
0e4a775
View commit details
Copy full SHA for 0e4a775
Browse repository at this point
Commits on Dec 31, 2024
fix all_tasks and use critical section as before
kumaraditya303
committed
1cb3a6f
View commit details
Copy full SHA for 1cb3a6f
Browse repository at this point
add supressions
kumaraditya303
committed
195c87d
View commit details
Copy full SHA for 195c87d
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into asyncio-tsafe
kumaraditya303
committed
49f3393
View commit details
Copy full SHA for 49f3393
Browse repository at this point
Commits on Jan 1, 2025
remove suppressions for sockets, it is fixed now
kumaraditya303
authored
847da18
View commit details
Copy full SHA for 847da18
Browse repository at this point
merge fixes for socket
kumaraditya303
committed
41a86a6
View commit details
Copy full SHA for 41a86a6
Browse repository at this point
Commits on Jan 2, 2025
add link to issue in suppressions
kumaraditya303
committed
2ff2af4
View commit details
Copy full SHA for 2ff2af4
Browse repository at this point
use list as temp storage for tasks before filtering
kumaraditya303
committed
5411a44
View commit details
Copy full SHA for 5411a44
Browse repository at this point
fix FutureIter_am_send_lock_held
kumaraditya303
committed
1afac5f
View commit details
Copy full SHA for 1afac5f
Browse repository at this point
make it->future immutable
kumaraditya303
committed
606ef5c
View commit details
Copy full SHA for 606ef5c
Browse repository at this point
Commits on Jan 3, 2025
Merge branch 'main' of https://github.com/python/cpython into asyncio-tsafe
kumaraditya303
committed
f2ea4c6
View commit details
Copy full SHA for f2ea4c6
Browse repository at this point
remove unnecessary incref/decref of task
kumaraditya303
committed
8bd0da7
View commit details
Copy full SHA for 8bd0da7
Browse repository at this point
Commits on Jan 4, 2025
remove suppressions
kumaraditya303
committed
5030cc6
View commit details
Copy full SHA for 5030cc6
Browse repository at this point
fix comment
kumaraditya303
committed
2676957
View commit details
Copy full SHA for 2676957
Browse repository at this point
Update Tools/tsan/suppressions_free_threading.txt
kumaraditya303
authored
6e60222
View commit details
Copy full SHA for 6e60222
Browse repository at this point
You can’t perform that action at this time.