-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
gh-120485: Add an override of allow_reuse_port
on classes inheriting socketserver.TCPServer
#120488
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
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
allow_reuse_port
on classes inheriting socketserver.TCPServer
allow_reuse_port
on classes inheriting socketserver.TCPServer
Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst
Outdated
Show resolved
Hide resolved
Misc/NEWS.d/next/Core and Builtins/2024-06-14-07-52-00.gh-issue-120485.yy4K4b.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some buildbot failures but all appear unconnected to this change.
…classing `socketserver.TCPServer` (pythonGH-120488) Co-authored-by: Vinay Sajip <[email protected]>
…classing `socketserver.TCPServer` (pythonGH-120488) Co-authored-by: Vinay Sajip <[email protected]>
…classing `socketserver.TCPServer` (pythonGH-120488) Co-authored-by: Vinay Sajip <[email protected]>
socketserver.TCPServer
should overrideallow_reuse_port
#120485