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.

Author asvetlov
Recipients asvetlov, malversan, yselivanov
Date 2019-09-26.12:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569500115.85.0.259067934246.issue38285@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-26 12:15:15asvetlovsetrecipients: + asvetlov, yselivanov, malversan
2019-09-26 12:15:15asvetlovsetmessageid: <1569500115.85.0.259067934246.issue38285@roundup.psfhosted.org>
2019-09-26 12:15:15asvetlovlinkissue38285 messages
2019-09-26 12:15:15asvetlovcreate