[issue38285] Asyncio BaseEventLoop can support socket types other than SOCK_STREAM

Andrew Svetlov report at bugs.python.org
Thu Sep 26 08:15:15 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I think if we want to support SOCK_SEQPACKET by asyncio we should do it explicitly.

In the other case, we can open a can of worms: we cannot guarantee that all existing protocols are supported by asyncio seamlessly.

Anyway, this is a new feature request. It can land on Python 3.9 only.

----------
versions:  -Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38285>
_______________________________________


More information about the Python-bugs-list mailing list