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 malversan
Recipients asvetlov, malversan, yselivanov
Date 2019-09-26.12:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569501527.83.0.981682107997.issue38285@roundup.psfhosted.org>
In-reply-to
Content
Certainly I have only tested it with SOCK_SEQPACKET, but apparently no one has ever tested this before with a socket type other than SOCK_STREAM. It may be worth to consider the possibility that the current asyncio implementation may also support some other SocketKind sockets:
- SOCK_SEQPACKET (tested)
- SOCK_DGRAM
- SOCK_RAW
- SOCK_RDM

I agree this is an enhancement to incorporate in future releases. I do not expect previous versions to be patched.
History
Date User Action Args
2019-09-26 12:38:47malversansetrecipients: + malversan, asvetlov, yselivanov
2019-09-26 12:38:47malversansetmessageid: <1569501527.83.0.981682107997.issue38285@roundup.psfhosted.org>
2019-09-26 12:38:47malversanlinkissue38285 messages
2019-09-26 12:38:47malversancreate