[issue41552] uuid.uuid1() on certain Macs does not generate unique IDs

Vedran Čačić report at bugs.python.org
Fri Aug 14 11:55:36 EDT 2020


Vedran Čačić <vedgar at gmail.com> added the comment:

+1 on xoring all MAC addresses to get NodeID. Since it is only done once at import time, it shouldn't be too expensive (many other things including OS calls are done at initialization). But yes, if the problem goes away with new version of _uuid, then the fix isn't needed.

----------

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


More information about the Python-bugs-list mailing list