Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
33.3k
Star
69.8k
Code
Issues
5k+
Pull requests
2.1k
Actions
Projects
28
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
1st1
Datepicker
All time
Commit History
Commits on Jan 22, 2025
GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling (#124640)
Show description for 1885988
7 people
authored
1885988
Copy full SHA for 1885988
Commits on Aug 23, 2022
Drop myself from owners of genobject (#96216)
1st1
authored
e046cf8
Copy full SHA for e046cf8
Commits on Aug 15, 2022
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
1st1
authored
b2afe48
Copy full SHA for b2afe48
Commits on Aug 11, 2022
gh-95724: Clarify taskgroups.py license. (#95847)
1st1
authored
7da4937
Copy full SHA for 7da4937
Commits on May 27, 2022
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
1st1
authored
e6a5767
Copy full SHA for e6a5767
Commits on May 23, 2022
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Show description for c1f5c90
3 people
authored
c1f5c90
Copy full SHA for c1f5c90
Commits on Jan 12, 2022
bpo-46347: Yet another fix in the erorr path of PyEval_EvalCodeEx (#30554)
1st1
authored
be578e0
Copy full SHA for be578e0
Commits on Jan 11, 2022
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30551)
1st1
authored
20b5791
Copy full SHA for 20b5791
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
Show description for 607d8a8
1st1
authored
607d8a8
Copy full SHA for 607d8a8
Commits on Sep 7, 2021
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Show description for 2c3474a
1st1
and
pablogsal
authored
2c3474a
Copy full SHA for 2c3474a
Commits on Dec 9, 2019
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
1st1
authored and
ambv
committed
d219cc4
Copy full SHA for d219cc4
Commits on Sep 30, 2019
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (#7468)
1st1
authored
fc4a044
Copy full SHA for fc4a044
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Show description for 6758e6e
1st1
authored
6758e6e
Copy full SHA for 6758e6e
Commits on Sep 25, 2019
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
1st1
authored and
willingc
committed
edad4d8
Copy full SHA for edad4d8
Commits on May 27, 2019
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530)
Show description for 8cd5165
1st1
authored and
miss-islington
committed
8cd5165
Copy full SHA for 8cd5165
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Show description for 431b540
1st1
authored
431b540
Copy full SHA for 431b540
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
Show description for 16cefb0
1st1
authored
16cefb0
Copy full SHA for 16cefb0
Commits on May 21, 2019
bpo-34616: Fix code style and unbreak buildbots (GH-13473)
Show description for eca18aa
1st1
authored and
ned-deily
committed
eca18aa
Copy full SHA for eca18aa
Commits on Oct 2, 2018
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
1st1
authored
9012a0f
Copy full SHA for 9012a0f
Commits on Sep 27, 2018
bpo-34802: Fix asyncio.iscoroutine() docs (GH-9611)
1st1
authored
59ee5b1
Copy full SHA for 59ee5b1
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
Show description for 994269c
1st1
authored
994269c
Copy full SHA for 994269c
Commits on Sep 25, 2018
asyncio/docs: Replace Python 4.0 -> 3.10 (GH-9579)
1st1
authored
fad6af2
Copy full SHA for fad6af2
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
1st1
authored
996859a
Copy full SHA for 996859a
Commits on Sep 21, 2018
bpo-33649: Fix gather() docs; fix title; few other nits. (GH-9475)
1st1
authored
db1a80e
Copy full SHA for db1a80e
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
1st1
authored
2ec872b
Copy full SHA for 2ec872b
Commits on Sep 20, 2018
bpo-33649: More improvements (GH-9439)
1st1
authored
e247b46
Copy full SHA for e247b46
bpo-34746: Fix stop -> close (GH-9437)
1st1
authored
ffef50f
Copy full SHA for ffef50f
Commits on Sep 18, 2018
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Show description for 4715039
1st1
and
elprans
authored
4715039
Copy full SHA for 4715039
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389)
1st1
authored
b042cf1
Copy full SHA for b042cf1
bpo-33649: Note that asyncio.run() calls shutdown_asyncgens() (GH-9380)
1st1
authored
ac94e38
Copy full SHA for ac94e38
Commits on Sep 17, 2018
bpo-33649: Add a hello world example to asyncio.rst (GH-9374)
1st1
authored
3085534
Copy full SHA for 3085534
bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
1st1
authored
c62ab28
Copy full SHA for c62ab28
bpo-33649: Add low-level APIs index. (GH-9364)
1st1
authored
394374e
Copy full SHA for 394374e
Commits on Sep 14, 2018
bpo-33649: Fix asyncio-dev (GH-9324)
1st1
authored
805e27e
Copy full SHA for 805e27e
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
1st1
authored
7372c3b
Copy full SHA for 7372c3b
Pagination
Previous
Next
You can’t perform that action at this time.