[issue31245] Asyncio UNIX socket and SOCK_DGRAM

2017-08-21 Thread Quentin Dawans
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

[issue31203] socket.IP_PKTINFO is missing from python

2017-10-20 Thread Quentin Dawans
Change by Quentin Dawans : -- nosy: +qdawans ___ Python tracker <https://bugs.python.org/issue31203> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34139] Remove stale unix datagram socket before binding

2018-07-17 Thread Quentin Dawans
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: n