[issue21566] make use of the new default socket.listen() backlog argument

Charles-François Natali report at bugs.python.org
Fri May 23 23:26:51 CEST 2014


New submission from Charles-François Natali:

Follow-up to issue #21455: we can now update the stdlib to rely on the default socket listen backlog, instead of having a bazillion different values (which range from 1 to 100!).

----------
components: Library (Lib)
files: use_socket_listen_backlog.diff
keywords: needs review, patch
messages: 219005
nosy: haypo, neologix, pitrou, sbt
priority: normal
severity: normal
stage: patch review
status: open
title: make use of the new default socket.listen() backlog argument
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35332/use_socket_listen_backlog.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21566>
_______________________________________


More information about the Python-bugs-list mailing list