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 mryan1539, python-dev, rhettinger, vstinner
Date 2016-04-12.20:40:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460493659.39.0.575279019171.issue26735@psf.upfronthosting.co.za>
In-reply-to
Content
> Yes, I've verified that: (...)

Cool, thanks for the bug report and for the check.

It's now fixed. In the meanwhile, you can workaround the issue by limiting yourself calls to os.urandom() to 1024 bytes (and then concatenate the result).
History
Date User Action Args
2016-04-12 20:40:59vstinnersetrecipients: + vstinner, rhettinger, python-dev, mryan1539
2016-04-12 20:40:59vstinnersetmessageid: <1460493659.39.0.575279019171.issue26735@psf.upfronthosting.co.za>
2016-04-12 20:40:59vstinnerlinkissue26735 messages
2016-04-12 20:40:59vstinnercreate