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 700eb415, alex, ncoghlan, rpointel, vstinner
Date 2016-09-07.03:12:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473217956.55.0.671750983687.issue22542@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that os.urandom() is correct on OpenBSD. I'm not sure that using getentropy() is correct. getentropy() seems to be high quality but I understand that there is a low quantity of entropy and it can block.

I don't know if arc4random() is better: it's no more RC4 on recent OpenBSD, and it has an efficient implementation.
History
Date User Action Args
2016-09-07 03:12:36vstinnersetrecipients: + vstinner, ncoghlan, alex, rpointel, 700eb415
2016-09-07 03:12:36vstinnersetmessageid: <1473217956.55.0.671750983687.issue22542@psf.upfronthosting.co.za>
2016-09-07 03:12:36vstinnerlinkissue22542 messages
2016-09-07 03:12:36vstinnercreate