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 alex, christian.heimes, dstufft, hynek, jcea, neologix, pitrou, python-dev, tarek, vstinner
Date 2013-08-17.07:46:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa0nKMj7VdzChB+ug_yZ8L86TRRWdgY3toSgm1700nJ3Q@mail.gmail.com>
In-reply-to <1376685944.35.0.830122744909.issue18756@psf.upfronthosting.co.za>
Content
Tarek: try to use ssl.RAND_bytes(), it is secure, fast and don't use a file
descriptor.

IMO if something can be improved, it is in the random.SystemRandom() class:
it can keep the FD open. Does the class have a method to generate random
bytes?
History
Date User Action Args
2013-08-17 07:46:46vstinnersetrecipients: + vstinner, jcea, pitrou, christian.heimes, tarek, alex, neologix, python-dev, hynek, dstufft
2013-08-17 07:46:46vstinnerlinkissue18756 messages
2013-08-17 07:46:46vstinnercreate