]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80184: Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer...
authorSahil Shah <sahildshah1@gmail.com>
Mon, 19 May 2025 19:28:09 +0000 (15:28 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 19:28:09 +0000 (19:28 +0000)
commit92f85ff3a07335e32a0e00a55b7b6aaf3657019b
treefc9513923cfeb545a0166e26d915d8a654f487c7
parent27bd08273ce822a4dbe0e73cca47441e99fd6f0d
gh-80184: Set getattr(socket, "SOMAXCONN", 5) as the default queue size for TCPServer (GH-134249)

socketserver.TCPServer default queue size becomes SOMAXCONN instead of 5 when possible.
Doc/library/socketserver.rst
Lib/socketserver.py
Misc/NEWS.d/next/Library/2025-05-19-17-27-21.gh-issue-80184.LOkbaw.rst [new file with mode: 0644]