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: Create asyncio/sockutils.py
Type: Stage: resolved
Components: asyncio Versions: Python 3.8
process
Status: closed Resolution: postponed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, eamanu, yselivanov
Priority: normal Keywords:

Created on 2018-12-03 19:07 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg330973 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2018-12-03 19:07
As discussed with Yuri on https://github.com/python/cpython/pull/10867#discussion_r238395192

Candidate functions to move into the helper modules:
* _set_nodelay()
* _ipaddr_info()
* _set_reuseport()
msg415004 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-12 17:13
I support the idea but we have no PR yet.
The request is not very strong.
Anyway, if you still want such change -- please recreate an issue.
History
Date User Action Args
2022-04-11 14:59:08adminsetgithub: 79573
2022-03-12 17:13:55asvetlovsetstatus: open -> closed
resolution: postponed
messages: + msg415004

stage: resolved
2019-02-22 14:37:02eamanusetnosy: + eamanu
2018-12-03 19:07:03asvetlovcreate