Issue 28174: asyncio: Handle when SO_REUSEPORT isn't properly supported (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72361

classification

Title: asyncio: Handle when SO_REUSEPORT isn't properly supported
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, yselivanov
Priority: normal Keywords:

Created on 2016-09-15 19:44 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 552 closed dstufft,2017-03-31 16:36
Messages (2)
msg276606 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-09-15 19:44
Proxy issue for https://github.com/python/asyncio/pull/418
msg276608 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-15 19:46
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 #28174) https://hg.python.org/cpython/rev/f2fdb624074a New changeset e9c37e3efcb2 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28174) https://hg.python.org/cpython/rev/e9c37e3efcb2
History
Date User Action Args
2022-04-11 14:58:36 admin set github: 72361
2017-03-31 16:36:28 dstufft set pull_requests: + <pull%5Frequest1019>
2016-09-15 19:46:48 python-dev set nosy: + python-devmessages: +
2016-09-15 19:44:21 yselivanov set status: open -> closedtype: enhancementresolution: fixed
2016-09-15 19:44:09 yselivanov create