Skip to content

[3.14] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) #135538

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 1 commit into from
Jun 16, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 15, 2025

Prior to issue GH-120485 these servers did not allow port reuse, which
makes sense as the behavior of port reuse is surprising if you're not
expecting it. It's unclear to me why these services were switched to
allow port reuse, but I believe the desired behavior (unless subclasses
opt in) is to not allow port reuse.

See also: https://bugzilla.redhat.com/show_bug.cgi?id=2323170
(cherry picked from commit 2bd3895)

Co-authored-by: Jeremy Cline jeremycline@linux.microsoft.com

…servers (pythonGH-135405)

Prior to issue pythonGH-120485 these servers did not allow port reuse, which
makes sense as the behavior of port reuse is surprising if you're not
expecting it. It's unclear to me why these services were switched to
allow port reuse, but I believe the desired behavior (unless subclasses
opt in) is to not allow port reuse.

See also: https://bugzilla.redhat.com/show_bug.cgi?id=2323170
(cherry picked from commit 2bd3895)

Co-authored-by: Jeremy Cline <jeremycline@linux.microsoft.com>
@miss-islington miss-islington requested a review from vsajip as a code owner June 15, 2025 11:44
@vsajip vsajip merged commit 43bf8b3 into python:3.14 Jun 16, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants