This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matejcik
Recipients matejcik, rhettinger, socketpair, vstinner
Date 2015-10-20.15:25:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445354714.39.0.593447430467.issue25420@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2015-10-20 15:25:14matejciksetrecipients: + matejcik, rhettinger, vstinner, socketpair
2015-10-20 15:25:14matejciksetmessageid: <1445354714.39.0.593447430467.issue25420@psf.upfronthosting.co.za>
2015-10-20 15:25:14matejciklinkissue25420 messages
2015-10-20 15:25:14matejcikcreate