Ronald Oussoren <ronaldousso...@mac.com> added the comment:

the most recent UUID implementation on opensource.apple.com: 
https://opensource.apple.com/source/Libc/Libc-1353.100.2/uuid/uuidsrc/gen_uuid.c.auto.html

The implementation of get_node_id() doesn't ignore the iBridge interface, which 
means uuid_generate_time(3) could run into this issue (and because of that, 
Python's uuid module)

I've filed an issue with Apple about this: FB8895555

Note that switching to libuuid from util-linux wouldn't help here, that also 
doesn't ignore the iBridge interface.

I'm tempted to close this issue as "3th-party" because this is bug in the 
system implementation of uuid_generate_time.

----------

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

Reply via email to