Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
gh-128002: use per threads tasks linked list in asyncio by kumaraditya303 · Pull Request #128869 · python/cpython · GitHub
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
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
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.4k
Star
77.2k
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: use per threads tasks linked list in asyncio
- #128869
#128869
Merged
ambv
merged 22 commits into
python:main
python/cpython:main
from
kumaraditya303:per-thread-tasks
kumaraditya303/cpython:per-thread-tasks
Copy head branch name to clipboard
Feb 6, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
gh-128002: use per threads tasks linked list in asyncio
#128869
ambv
merged 22 commits into
python:main
python/cpython:main
from
kumaraditya303:per-thread-tasks
kumaraditya303/cpython:per-thread-tasks
Copy head branch name to clipboard
Commits
Commits on Jan 15, 2025
switch to per thread tasks list
kumaraditya303
committed
1a39d41
View commit details
Copy full SHA for 1a39d41
Browse repository at this point
traverse linked lists of all threads
kumaraditya303
committed
28735e7
View commit details
Copy full SHA for 28735e7
Browse repository at this point
cleanup
kumaraditya303
committed
3052330
View commit details
Copy full SHA for 3052330
Browse repository at this point
add comments
kumaraditya303
committed
acef821
View commit details
Copy full SHA for acef821
Browse repository at this point
Commits on Jan 16, 2025
add a per interp tasks list
kumaraditya303
committed
237a089
View commit details
Copy full SHA for 237a089
Browse repository at this point
fixup for regular builds
kumaraditya303
committed
c12f271
View commit details
Copy full SHA for c12f271
Browse repository at this point
fix missing start world
kumaraditya303
committed
d36270f
View commit details
Copy full SHA for d36270f
Browse repository at this point
Commits on Jan 21, 2025
Merge branch 'main' of https://github.com/python/cpython into per-thread-tasks
kumaraditya303
committed
f863cd5
View commit details
Copy full SHA for f863cd5
Browse repository at this point
add interp llist
kumaraditya303
committed
d0fbbc2
View commit details
Copy full SHA for d0fbbc2
Browse repository at this point
add more tests
kumaraditya303
committed
5f5b95e
View commit details
Copy full SHA for 5f5b95e
Browse repository at this point
fix test
kumaraditya303
committed
708b410
View commit details
Copy full SHA for 708b410
Browse repository at this point
try fix compilation
kumaraditya303
committed
2c1e93e
View commit details
Copy full SHA for 2c1e93e
Browse repository at this point
remove supp
kumaraditya303
committed
c0ce361
View commit details
Copy full SHA for c0ce361
Browse repository at this point
Commits on Jan 24, 2025
Merge branch 'main' of https://github.com/python/cpython into per-thread-tasks
kumaraditya303
committed
aa4c2d1
View commit details
Copy full SHA for aa4c2d1
Browse repository at this point
Merge branch 'main' of https://github.com/python/cpython into per-thread-tasks
kumaraditya303
committed
fd3fc0b
View commit details
Copy full SHA for fd3fc0b
Browse repository at this point
fix merge
kumaraditya303
committed
c45c9d7
View commit details
Copy full SHA for c45c9d7
Browse repository at this point
Commits on Jan 25, 2025
Merge branch 'main' into per-thread-tasks
kumaraditya303
authored
f0a9e53
View commit details
Copy full SHA for f0a9e53
Browse repository at this point
Commits on Jan 29, 2025
code review
kumaraditya303
committed
5b33c45
View commit details
Copy full SHA for 5b33c45
Browse repository at this point
cleanup
kumaraditya303
committed
1d73843
View commit details
Copy full SHA for 1d73843
Browse repository at this point
add comment for asyncio_tasks_lock
kumaraditya303
committed
4014e70
View commit details
Copy full SHA for 4014e70
Browse repository at this point
Commits on Feb 6, 2025
Reword explanation
ambv
authored
83aec26
View commit details
Copy full SHA for 83aec26
Browse repository at this point
Merge branch 'main' into per-thread-tasks
ambv
authored
e52741f
View commit details
Copy full SHA for e52741f
Browse repository at this point
You can’t perform that action at this time.