[issue22807] uuid.uuid1() should use uuid_generate_time_safe() if available

Alex Gaynor report at bugs.python.org
Thu Nov 6 21:10:09 CET 2014


Alex Gaynor added the comment:

FWIW, I'm not convinced the pure python fallback code is sufficient either; time.time() doesn't have the necessary resolution AFAIK? Also clock_seq is generated using the random module's messerne twister, not SystemRandom().

----------
nosy: +alex

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


More information about the Python-bugs-list mailing list