Skip to content

bpo-9678: Fix determining the MAC address in the uuid module.#4264

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:uuid-get-node
Nov 4, 2017
Merged

bpo-9678: Fix determining the MAC address in the uuid module.#4264
serhiy-storchaka merged 1 commit into
python:masterfrom
serhiy-storchaka:uuid-get-node

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Nov 3, 2017

Copy link
Copy Markdown
Member
  • Using ifconfig on NetBSD and OpenBSD.
  • Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.

https://bugs.python.org/issue9678

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.
@serhiy-storchaka serhiy-storchaka added needs backport to 2.7 type-bug An unexpected behavior, bug, or error labels Nov 3, 2017
@serhiy-storchaka serhiy-storchaka merged commit ee1a9a2 into python:master Nov 4, 2017
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 4, 2017
…GH-4264)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.
(cherry picked from commit ee1a9a2)
@bedevere-bot

Copy link
Copy Markdown

GH-4269 is a backport of this pull request to the 3.6 branch.

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker ee1a9a2b78d5b6bb1a8148fc5fcf365e6d4e9e67 2.7

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Nov 4, 2017
…ythonGH-4264)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa..
(cherry picked from commit ee1a9a2)
@bedevere-bot

Copy link
Copy Markdown

GH-4270 is a backport of this pull request to the 2.7 branch.

serhiy-storchaka pushed a commit that referenced this pull request Nov 4, 2017
… (#4269)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.
(cherry picked from commit ee1a9a2)
serhiy-storchaka added a commit that referenced this pull request Nov 4, 2017
…H-4264) (#4270)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa..
(cherry picked from commit ee1a9a2)
@serhiy-storchaka serhiy-storchaka deleted the uuid-get-node branch November 4, 2017 08:23
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
…#4264)

* Using ifconfig on NetBSD and OpenBSD.
* Using arp on Linux, FreeBSD, NetBSD and OpenBSD.

Based on patch by Takayuki Shimizukawa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants