FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-128002: fix many thread safety issues in asyncio by kumaraditya303 · Pull Request #128147 · python/cpython · GitHub
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.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
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
Back
|
FazBrowse Home
|
New Git URL