[issue31245] Asyncio UNIX socket and SOCK_DGRAM
New submission from Quentin Dawans: Following this discussion: https://groups.google.com/forum/#!searchin/python-tulip/datagram%7Csort:relevance/python-tulip/rpScueoGf1I/WBvEWf8vCgAJ I added the support for AF_UNIX SOCK_DGRAM is asyncio. Lots of code is coming from the other family/type of socket already implemented. -- components: asyncio messages: 300625 nosy: qdawans, yselivanov priority: normal severity: normal status: open title: Asyncio UNIX socket and SOCK_DGRAM type: enhancement versions: Python 3.7 ___ Python tracker <http://bugs.python.org/issue31245> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31203] socket.IP_PKTINFO is missing from python
Change by Quentin Dawans : -- nosy: +qdawans ___ Python tracker <https://bugs.python.org/issue31203> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue34139] Remove stale unix datagram socket before binding
New submission from Quentin Dawans : Like https://github.com/python/asyncio/commit/806cc68d762acc30490cf5583569e41441c25c35 but for unix datagram socket. I'm looking into making a PR -- components: asyncio messages: 321829 nosy: asvetlov, qdawans, yselivanov priority: normal severity: normal status: open title: Remove stale unix datagram socket before binding ___ Python tracker <https://bugs.python.org/issue34139> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com