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 skrah
Recipients Colm Buckley, doko, larry, lemburg, martin.panter, matejcik, ned.deily, python-dev, rhettinger, skrah, thomas-petazzoni, vstinner, ztane
Date 2016-06-07.10:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160607104439.GA4914@bytereef.org>
In-reply-to <1465293676.33.0.584066409322.issue26839@psf.upfronthosting.co.za>
Content
On Tue, Jun 07, 2016 at 10:01:16AM +0000, STINNER Victor wrote:
> Maybe need something like time.get_clock_info(), sys.float_info and sys.thread_info for os.urandom(): a string describing the implementation of os.urandom(). It would allow the developer to decide what to do when getrandom() is not used.

I think this is a very good idea. Just a flag for "cryptographically secure" or not.
History
Date User Action Args
2016-06-07 10:44:50skrahsetrecipients: + skrah, lemburg, rhettinger, doko, vstinner, larry, matejcik, ned.deily, python-dev, martin.panter, ztane, thomas-petazzoni, Colm Buckley
2016-06-07 10:44:50skrahlinkissue26839 messages
2016-06-07 10:44:50skrahcreate