[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 9308173f880f3c0a6447da8335f3ae68edad3b0f by Miss Skeleton (bot) in branch '3.9': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/9308173f880f3c0a6447da8335f3ae68edad3b0f

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Jakub Stasiak
Jakub Stasiak added the comment: Cheers! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
miss-islington added the comment: New changeset 609a38a36f3006ee00eccc18b25e3b2d577a3e56 by Miss Skeleton (bot) in branch '3.8': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/609a38a36f3006ee00eccc18b25e3b2d577a3e56

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +21750 pull_request: https://github.com/python/cpython/pull/22794 ___ Python tracker

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: Very helpful contribution! Thank your -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +21751 pull_request: https://github.com/python/cpython/pull/22795 ___ Python tracker ___

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-10-19 Thread Steve Dower
Steve Dower added the comment: New changeset f85658a09878c658ae0e0590bfa30e4ce51c9a04 by Jakub Stasiak in branch 'master': bpo-40901: Describe what "interface name" means on Windows (GH-20694) https://github.com/python/cpython/commit/f85658a09878c658ae0e0590bfa30e4ce51c9a04 --

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-06-07 Thread Jakub Stasiak
Jakub Stasiak added the comment: if_nameindex(), if_indextoname() and if_nametoindex() have been implemented as part of https://bugs.python.org/issue37007 While working on ifaddr I discovered that all three different kinds of names ifaddr fetches for an interface on Windows are not what

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-06-07 Thread Jakub Stasiak
Change by Jakub Stasiak : -- keywords: +patch pull_requests: +19909 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20694 ___ Python tracker ___

[issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows

2020-06-07 Thread Jakub Stasiak
New submission from Jakub Stasiak : On Windows there are different names for the same interface in different contexts. -- components: Library (Lib), Windows messages: 370894 nosy: jstasiak, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open