jan matejek added the comment:

let me reiterate that what I consider a bug is the fact that "import random" 
statement calls os.urandom (which per the proposed documentation may sometimes 
block)

IOW, "import random" may sometimes block, even though it is not actually used 
at any point (could be pulled in through some dependencies)

----------

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

Reply via email to