[issue28009] core logic of uuid.getnode() is broken for AIX - all versions

Antoine Pitrou report at bugs.python.org
Tue Jan 9 10:21:52 EST 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

> What is the desired behavior, specifically, of 
uuid.getnode() - constant, or 'random'?

I'm also certain getnode() is supposed to return a hardware-determined number (usually the MAC address of an Ethernet interface).  A random output wouldn't need so much platform-specific harness.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list