Martin Panter added the comment:

Minor thing: the patch has tabbed intentation in places rather than spaces.

As I understand it, if there is no entropy initialized, this patch will fall 
back to reading /dev/urandom, which will return predictable data (opposite of 
“random” data!). But since we take this non-strict fallback in other cases 
(e.g. no OS support), there is a decent argument for also taking the 
predictable fallback path when entropy is uninitialized.

----------
nosy: +martin.panter

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

Reply via email to