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 dstufft
Recipients christian.heimes, dstufft, vstinner
Date 2016-06-08.22:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465424624.53.0.783764556338.issue27272@psf.upfronthosting.co.za>
In-reply-to
Content
One of the key take aways though is that MT doesn't really *need* to be initialized with a CSPRNG, all it needs it some moderately random data. So we can eliminate the case all together by just not using it. Though a sticking point is that it's documented to seed itself from os.urandom if seed(None) is called.
History
Date User Action Args
2016-06-08 22:23:44dstufftsetrecipients: + dstufft, vstinner, christian.heimes
2016-06-08 22:23:44dstufftsetmessageid: <1465424624.53.0.783764556338.issue27272@psf.upfronthosting.co.za>
2016-06-08 22:23:44dstufftlinkissue27272 messages
2016-06-08 22:23:44dstufftcreate