Dustin Spicuzza added the comment:

Crap, after reading more carefully, I see that PEP was rejected in favor of PEP 
524.

According to that PEP, then I must implement the wait_for_system_rng() 
function? It's a bit weird, because I'm not explicitly using the random module 
and don't care to use it, I'm using pkg_resources... which is importing the 
email parser which imports random which creates a random instance which causes 
this bug.

It seems to me then that the stdlib should be modified to avoid importing 
random unless they actually need it, otherwise this gets triggered. Or am I 
missing something here?

----------

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

Reply via email to