Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AF_UNIX should be supported on Windows #81551

Closed
paulmon mannequin opened this issue Jun 22, 2019 · 3 comments
Closed

AF_UNIX should be supported on Windows #81551

paulmon mannequin opened this issue Jun 22, 2019 · 3 comments
Labels
3.8 only security fixes 3.9 only security fixes OS-windows type-feature A feature request or enhancement

Comments

@paulmon
Copy link
Mannequin

paulmon mannequin commented Jun 22, 2019

BPO 37370
Nosy @pfmoore, @tjguk, @zware, @zooba, @ZackerySpytz, @paulmon
PRs
  • bpo-37370: AF_UNIX should be supported on Windows #14302
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-06-24.20:12:43.607>
    created_at = <Date 2019-06-22.00:58:49.975>
    labels = ['type-feature', '3.8', '3.9', 'OS-windows']
    title = 'AF_UNIX should be supported on Windows'
    updated_at = <Date 2019-06-24.20:12:43.601>
    user = 'https://github.com/paulmon'

    bugs.python.org fields:

    activity = <Date 2019-06-24.20:12:43.601>
    actor = 'Paul Monson'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-24.20:12:43.607>
    closer = 'Paul Monson'
    components = ['Windows']
    creation = <Date 2019-06-22.00:58:49.975>
    creator = 'Paul Monson'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37370
    keywords = ['patch']
    message_count = 3.0
    messages = ['346266', '346279', '346439']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'ZackerySpytz', 'Paul Monson']
    pr_nums = ['14302']
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue37370'
    versions = ['Python 3.8', 'Python 3.9']

    @paulmon
    Copy link
    Mannequin Author

    paulmon mannequin commented Jun 22, 2019

    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

    @paulmon paulmon mannequin added 3.8 only security fixes 3.9 only security fixes OS-windows type-feature A feature request or enhancement labels Jun 22, 2019
    @ZackerySpytz
    Copy link
    Mannequin

    ZackerySpytz mannequin commented Jun 22, 2019

    This is a duplicate of bpo-33408.

    @paulmon
    Copy link
    Mannequin Author

    paulmon mannequin commented Jun 24, 2019

    Thanks Zackery. Closing as duplicate

    @paulmon paulmon mannequin closed this as completed Jun 24, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes OS-windows type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants