Donald Stufft added the comment:

One of the key take aways though is that MT doesn't really *need* to be 
initialized with a CSPRNG, all it needs it some moderately random data. So we 
can eliminate the case all together by just not using it. Though a sticking 
point is that it's documented to seed itself from os.urandom if seed(None) is 
called.

----------

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

Reply via email to