[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-35934: Add socket.create_server() utility function by giampaolo · Pull Request #11784 · python/cpython

giampaolo

added 7 commits

February 7, 2019 17:54

…REUSEPORT is not supported

…ntegration

Open

Merged

giampaolo added a commit that referenced this pull request

Apr 9, 2019
It turns out doing socket.listen(0) does not equal to "choose a
reasonable default". It actually means "set backlog to 0".
As such set backlog=None as the default for socket.create_server.
Fixes the following BB failures:
#11784 (comment)
Ref. BPO-1756, GH-11784.

Closed