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
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.4k
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-90871: fix connection backlog offset in asyncio
- #134392
#134392
Merged
ambv
merged 13 commits into
python:main
python/cpython:main
from
ChristianHrs:gh-90871
ChristianHrs/cpython:gh-90871
Copy head branch name to clipboard
May 21, 2025
Conversation
Commits
13
(13)
Checks
Files changed
Merged
gh-90871: fix connection backlog offset in asyncio
#134392
ambv
merged 13 commits into
python:main
python/cpython:main
from
ChristianHrs:gh-90871
ChristianHrs/cpython:gh-90871
Copy head branch name to clipboard
Commits
Commits on May 20, 2025
gh-86802: Fix asyncio memory leak; shielded tasks where cancelled log once through the exception handler
ChristianHrs
committed
ab8786a
View commit details
Copy full SHA for ab8786a
Browse repository at this point
Add blurb
ChristianHrs
committed
b500a1f
View commit details
Copy full SHA for b500a1f
Browse repository at this point
Fix formatting
ambv
authored
37837ed
View commit details
Copy full SHA for 37837ed
Browse repository at this point
fix handle case with no exception
ChristianHrs
committed
0d595af
View commit details
Copy full SHA for 0d595af
Browse repository at this point
Fix offset with connection backlog - adapted the tests - created new tests for 0 and 1 connections
ChristianHrs
committed
17d39e9
View commit details
Copy full SHA for 17d39e9
Browse repository at this point
Revert "Fix offset with connection backlog - adapted the tests - created new tests for 0 and 1 connections"
Show description for d386169
ChristianHrs
committed
d386169
View commit details
Copy full SHA for d386169
Browse repository at this point
fix connection backlog offset - updated tests - added tests for 0 and 1
ChristianHrs
committed
2c603b9
View commit details
Copy full SHA for 2c603b9
Browse repository at this point
Revert "fix connection backlog offset - updated tests - added tests for 0 and 1"
Show description for 39f4654
ChristianHrs
committed
39f4654
View commit details
Copy full SHA for 39f4654
Browse repository at this point
Revert "gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331)"
Show description for 5893d43
ChristianHrs
committed
5893d43
View commit details
Copy full SHA for 5893d43
Browse repository at this point
Fix connection backlog offset + updated tests + added test for backlog=0 and backlog=1
ChristianHrs
committed
a78bde0
View commit details
Copy full SHA for a78bde0
Browse repository at this point
Merge branch 'gh-86802' into gh-90871
ChristianHrs
committed
e871568
View commit details
Copy full SHA for e871568
Browse repository at this point
added blurb
ChristianHrs
committed
f710535
View commit details
Copy full SHA for f710535
Browse repository at this point
Commits on May 21, 2025
Update Misc/NEWS.d/next/Library/2025-05-20-21-45-58.gh-issue-90871.Gkvtp6.rst
kumaraditya303
authored
0f28986
View commit details
Copy full SHA for 0f28986
Browse repository at this point
You can’t perform that action at this time.