This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients barry, serhiy.storchaka, vstinner
Date 2017-11-26.19:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1E32F7E6-62DA-4832-BCE6-A34F060278C2@python.org>
In-reply-to <1511723273.85.0.213398074469.issue32107@psf.upfronthosting.co.za>
Content
On Nov 26, 2017, at 14:07, Serhiy Storchaka <report@bugs.python.org> wrote:
> 
> Universally/locally administered MAC addresses doesn't have relation to this issue. My assumption was about the multicast bit (1<<40).

AFAICT, the multicast bit is only required to be set on random MAC.

> If my assumption was correct, the test is correct, and only the comment should be fixed. If it was wrong, the test should be removed. That's all.

I don’t understand.  Are you saying that _find_mac() should return whatever random MAC is found first, as the original code does?  That doesn’t seem right either, since as the MacBook Pro case shows, it’s entirely possible to get a MAC address that is the same on every single laptop.
History
Date User Action Args
2017-11-26 19:19:10barrysetrecipients: + barry, vstinner, serhiy.storchaka
2017-11-26 19:19:10barrylinkissue32107 messages
2017-11-26 19:19:10barrycreate