STINNER Victor added the comment:

> Given the introduction of the secrets module in 3.6, perhaps uuid could be 
> updated to fall back to that rather than to the random module and leave older 
> versions unmodified?

issue15206.patch catchs exceptions on random.SystemRandom error, but the 
secrets module also uses random.SystemRandom. I don't think that "fallback on 
secrets" makes sense here, or do I miss something?

----------

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

Reply via email to