[issue3581] failures in test_uuid

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 26 14:17:01 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Well, without a valid MAC address the function cannot work...

On the other hand, I would not worry too much: uuid._ifconfig_getnode() is an internal function; and since all the other tests pass, uuid.getnode() probably has other ways to get a unique identifier for the machine.

And by the way, in python 3.2, the test function is skipped with this message: 
"""WARNING: uuid._ifconfig_getnode is unreliable on many platforms.
   It is disabled until the code and/or test can be fixed properly."""

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3581>
_______________________________________


More information about the Python-bugs-list mailing list