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 vstinner
Recipients matejcik, rhettinger, socketpair, vstinner
Date 2015-10-20.08:02:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445328152.82.0.320673928166.issue25420@psf.upfronthosting.co.za>
In-reply-to
Content
> The RNG is seeded from os.urandom, which as of python 3.5 uses the potentially blocking getrandom() call.

Here is a patch for os.urandom() documentation. What do you think?
History
Date User Action Args
2015-10-20 08:02:32vstinnersetrecipients: + vstinner, rhettinger, matejcik, socketpair
2015-10-20 08:02:32vstinnersetmessageid: <1445328152.82.0.320673928166.issue25420@psf.upfronthosting.co.za>
2015-10-20 08:02:32vstinnerlinkissue25420 messages
2015-10-20 08:02:31vstinnercreate