R. David Murray added the comment:

That traceback doesn't match the uuid.py source, nor has _ifconfig_getnode been 
modified for quite some time.  A line like your traceback says is in 
_ifconfig_getnode actually appears in _arp_getnode.  The arp_getnode test would 
presumably have the same problem, since it is also not protected by either; 
however, that call to socket in uuid.py, which is the only such call in the 
file, is protected by a try/except for OSError, so no error should be bubbling 
up from it.

Can you investigate further, please?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to