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

Barry A. Warsaw report at bugs.python.org
Mon Feb 20 10:53:06 EST 2017


Barry A. Warsaw added the comment:

On Feb 20, 2017, at 03:45 PM, STINNER Victor wrote:

>Can't we consider that UUID4 is always safe?

It's not a guarantee made by the underlying platform, so I chose to use the
default SafeUUID.unknown value there.

----------

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


More information about the Python-bugs-list mailing list