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 }}
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
36.7k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_asynciomodule.c
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 19, 2026
gh-113318: Better implementation of @getter and @setter in Argument Clinic (GH-156066)
Show description for 6b5d414
serhiy-storchaka
authored
6b5d414
View commit details
Copy full SHA for 6b5d414
View code at this point
Browse repository at this point
gh-157301: Fix asyncio event loop hanging on a failed eager task start (#157302)
deadlovelll
authored
5b34363
View commit details
Copy full SHA for 5b34363
View code at this point
Browse repository at this point
Commits on Sep 11, 2026
gh-108549: fix asyncio.Task cancellation swallowing SystemExit and KeyboardInterrupt (#156309)
YvesDup
authored
59cba59
View commit details
Copy full SHA for 59cba59
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
gh-113318: Fix @getter and @setter in Argument Clinic (GH-155778)
Show description for 915970c
serhiy-storchaka
authored
915970c
View commit details
Copy full SHA for 915970c
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
gh-154871: Fix `asyncio.Task.get_context()` crash on uninitialized tasks (#154898)
BHUVANSH855
authored
afd10f0
View commit details
Copy full SHA for afd10f0
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
gh-154791: Fix asyncio.Future losing traceback on repeated result() call (#154798)
iaroslavkrasikov
authored
93e2c77
View commit details
Copy full SHA for 93e2c77
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
gh-154695: fix asyncio.Task eager_start=True with no explicit loop (#154697)
deadlovelll
authored
f5f5059
View commit details
Copy full SHA for f5f5059
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
GH-153809: Untrack TaskObj from GC before calling unregister_task (#154563)
sergey-miryanov
authored
5062427
View commit details
Copy full SHA for 5062427
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
gh-127949: remove asyncio policy system (#150310)
kumaraditya303
authored
b3154aa
View commit details
Copy full SHA for b3154aa
View code at this point
Browse repository at this point
Commits on Jun 24, 2026
gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)
Show description for ad2cabf
deadlovelll
and
kumaraditya303
authored
ad2cabf
View commit details
Copy full SHA for ad2cabf
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49c
4 people
authored
50fe49c
View commit details
Copy full SHA for 50fe49c
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
serhiy-storchaka
authored
287c98f
View commit details
Copy full SHA for 287c98f
View code at this point
Browse repository at this point
Commits on Apr 9, 2026
gh-148274: properly handle result from `PyObject_VisitManagedDict` (#148275)
maxbachmann
authored
ee2775c
View commit details
Copy full SHA for ee2775c
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
GH-145247: Use _PyTuple_FromPair in Modules (part 1) (#148000)
sergey-miryanov
authored
0c10066
View commit details
Copy full SHA for 0c10066
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
gh-146615: Fix format specifiers in extension modules (GH-146617)
sunmy2019
authored
1c396e1
View commit details
Copy full SHA for 1c396e1
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Jan 3, 2026
gh-142615: disallow multiple initializations of `asyncio.Task` and `asyncio.Future` (#142616)
kumaraditya303
authored
abdbe0b
View commit details
Copy full SHA for abdbe0b
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
gh-140414: streamline thread state access in `asyncio` (#142742)
kumaraditya303
authored
fb554ad
View commit details
Copy full SHA for fb554ad
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
gh-142556: fix crash when a task gets re-registered during finalization in `asyncio` (#142565)
kumaraditya303
authored
42d2bed
View commit details
Copy full SHA for 42d2bed
View code at this point
Browse repository at this point
Commits on Nov 12, 2025
gh-141376: Rename _AsyncioDebug to _Py_AsyncioDebug (GH-141391)
encukou
authored
909f76d
View commit details
Copy full SHA for 909f76d
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (#140542)
Show description for 95e5d59
kumaraditya303
authored
95e5d59
View commit details
Copy full SHA for 95e5d59
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
Doc: More duplicate word fixes (GH-136299)
LamentXU123
authored
561212a
View commit details
Copy full SHA for 561212a
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows (#132963)
Show description for a5e628b
pablogsal
authored
a5e628b
View commit details
Copy full SHA for a5e628b
View code at this point
Browse repository at this point
Commits on Apr 23, 2025
gh-91048: Add ability to list all pending asyncio tasks in a process remotely (#132807)
ambv
authored
c9bc458
View commit details
Copy full SHA for c9bc458
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
Remove unused headers from _asynciomodule.c file (#132047)
Show description for 25717ff
srinivasreddy
and
kumaraditya303
authored
25717ff
View commit details
Copy full SHA for 25717ff
View code at this point
Browse repository at this point
Commits on Apr 5, 2025
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
chris-eibl
authored
d827d4d
View commit details
Copy full SHA for d827d4d
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
gh-111178: remove redundant casts for functions with correct signatures (#131673)
picnixz
authored
edbf7fb
View commit details
Copy full SHA for edbf7fb
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
gh-111178: fix UBSan failures for `TaskStepMethWrapper` (#131602)
picnixz
authored
ef06508
View commit details
Copy full SHA for ef06508
View code at this point
Browse repository at this point
Commits on Mar 17, 2025
GH-131238: More refactoring of core header files (GH-131351)
Show description for a45f253
markshannon
authored
a45f253
View commit details
Copy full SHA for a45f253
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
gh-111178: Fix function signatures in `_asynciomodule.c` (#131228)
vstinner
authored
ca7fd81
View commit details
Copy full SHA for ca7fd81
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6
vstinner
authored
9d759b6
View commit details
Copy full SHA for 9d759b6
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
gh-128002: use efficient linked list implementation for eager tasks in asyncio (#130518)
kumaraditya303
authored
7e3b788
View commit details
Copy full SHA for 7e3b788
View code at this point
Browse repository at this point
Commits on Feb 19, 2025
gh-130221: fix crash when accessing module state while interp is finalizing in asyncio (#130245)
kumaraditya303
authored
5f00501
View commit details
Copy full SHA for 5f00501
View code at this point
Browse repository at this point
gh-129898: per-thread current task implementation in asyncio (#129899)
Show description for 660f126
kumaraditya303
authored
660f126
View commit details
Copy full SHA for 660f126
View code at this point
Browse repository at this point
Commits on Feb 13, 2025
gh-128002: optimistically remove tasks from linked list when finished (#129995)
kumaraditya303
authored
c7a9d06
View commit details
Copy full SHA for c7a9d06
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.