This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:36adminsetgithub: 72361
2017-03-31 16:36:28dstufftsetpull_requests: + pull_request1019
2016-09-15 19:46:48python-devsetnosy: + python-dev
messages: + msg276608
2016-09-15 19:44:21yselivanovsetstatus: open -> closed
type: enhancement
resolution: fixed
2016-09-15 19:44:09yselivanovcreate