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 serhiy.storchaka
Recipients David Carlier, benjamin.peterson, rhettinger, serhiy.storchaka, vstinner
Date 2018-05-16.06:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526451789.99.0.682650639539.issue33528@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK os.urandom is implemented via getentropy() if it is the most preferable source of randomness. See Python/bootstrap_hash.c and PEP 524 for details.
History
Date User Action Args
2018-05-16 06:23:10serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, benjamin.peterson, David Carlier
2018-05-16 06:23:09serhiy.storchakasetmessageid: <1526451789.99.0.682650639539.issue33528@psf.upfronthosting.co.za>
2018-05-16 06:23:09serhiy.storchakalinkissue33528 messages
2018-05-16 06:23:09serhiy.storchakacreate