[issue28174] asyncio: Handle when SO_REUSEPORT isn't properly supported

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1019 ___ Python tracker ___ ___

[issue28174] asyncio: Handle when SO_REUSEPORT isn't properly supported

2016-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset c1c247cf3488 by Yury Selivanov in branch '3.5': Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) https://hg.python.org/cpython/rev/c1c247cf3488 New changeset f2fdb624074a by Yury Selivanov in branch '3.6': Merge 3.5 (issue

[issue28174] asyncio: Handle when SO_REUSEPORT isn't properly supported

2016-09-15 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed type: -> enhancement ___ Python tracker ___

[issue28174] asyncio: Handle when SO_REUSEPORT isn't properly supported

2016-09-15 Thread Yury Selivanov
New submission from Yury Selivanov: Proxy issue for https://github.com/python/asyncio/pull/418 -- assignee: yselivanov components: asyncio messages: 276606 nosy: gvanrossum, yselivanov priority: normal severity: normal stage: resolved status: open title: asyncio: Handle when