[issue37370] AF_UNIX should be supported on Windows

Paul Monson report at bugs.python.org
Fri Jun 21 20:58:50 EDT 2019


New submission from Paul Monson <paulmons at gmail.com>:

AF_UNIX has been supported on windows since version 1803 (build 17134)
see https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

Enabling support for AF_UNIX will enable better peer-to-peer connectivity scenarios for Azure IoT Edge.  The changes to enable AF_UNIX on Windows seem small and low risk.

I need feedback on these proposed changes

----------
components: Windows
messages: 346266
nosy: Paul Monson, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: AF_UNIX should be supported on Windows
type: enhancement
versions: Python 3.8, Python 3.9

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


More information about the Python-bugs-list mailing list