Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-90871: fix connection backlog offset in asyncio #134392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
May 21, 2025
Merged

Conversation

ChristianHrs
Copy link
Contributor

@ChristianHrs ChristianHrs commented May 20, 2025

@kumaraditya303 kumaraditya303 changed the title gh-90871 - Fix connection backlog offset gh-90871: fix connection backlog offset in asyncio May 21, 2025
Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per FreeBSD docs and https://www.man7.org/linux/man-pages/man2/listen.2.html about backlog, this is correct.

@ambv ambv merged commit 109f759 into python:main May 21, 2025
43 checks passed
@ambv ambv added the needs backport to 3.14 bugs and security fixes label May 21, 2025
@miss-islington-app
Copy link

Thanks @ChristianHrs for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 21, 2025
…4392)

(cherry picked from commit 109f759)

Co-authored-by: Christian Harries <68507104+ChristianHrs@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@bedevere-app
Copy link

bedevere-app bot commented May 21, 2025

GH-134421 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label May 21, 2025
@ambv ambv added the needs backport to 3.13 bugs and security fixes label May 21, 2025
@miss-islington-app
Copy link

Thanks @ChristianHrs for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington-app
Copy link

Sorry, @ChristianHrs and @ambv, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 109f7597d29f0b504e9b42cb398b44177157abaa 3.13

@ambv
Copy link
Contributor

ambv commented May 21, 2025

To backport to 3.13, we might consider backporting #127532 first.

ambv added a commit that referenced this pull request May 21, 2025
…gh-134421)

(cherry picked from commit 109f759)

Co-authored-by: Christian Harries <68507104+ChristianHrs@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@ChristianHrs ChristianHrs deleted the gh-90871 branch May 21, 2025 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

asyncio.create_unix_server has an off-by-one error concerning the backlog parameter
3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.