[issue33408] Enable AF_UNIX support in Windows

Paul Monson report at bugs.python.org
Wed Jul 17 15:18:11 EDT 2019


Paul Monson <paulmons at gmail.com> added the comment:

I don't know if datagram support is coming to AF_UNIX on Windows.

The changes will only add the flag on Windows, and will enable stream sockets to use AF_UNIX on Windows.  In mind this isn't breaking datagram support.  It is true that it's a subset of what appears to be supported on Linux/Unix.

----------

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


More information about the Python-bugs-list mailing list