[issue33408] Enable AF_UNIX support in Windows

Steve Dower report at bugs.python.org
Fri Aug 2 20:53:28 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

> I think it's possible that there is code that detects whether AF_UNIX is an attribute on socket or not and does something different on Windows, but I haven't seen an example of it so far.

One of the test suites linked above had a skipUnless(hasattr(socket, 'AF_UNIX')) on the whole class, and at least one test assumed that it could use datagram support, so there's the example.

----------

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


More information about the Python-bugs-list mailing list