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 alex, christian.heimes, dstufft, hynek, jcea, neologix, pitrou, tarek, vstinner
Date 2013-08-16.17:33:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376674424.89.0.141447255493.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at random.SystemRandom it appears it would suffer from the same FD exhaustion problem.

So as of right now afaik none of the sources of cryptographically secure random in the python stdlib offer a way to open a persistent FD. The primary question on my mind is if os.urandom can't be modified to maintain a persistent FD can Python offer a urandom class that *will* maintain a persistent FD?
History
Date User Action Args
2013-08-16 17:33:44dstufftsetrecipients: + dstufft, jcea, pitrou, vstinner, christian.heimes, tarek, alex, neologix, hynek
2013-08-16 17:33:44dstufftsetmessageid: <1376674424.89.0.141447255493.issue18756@psf.upfronthosting.co.za>
2013-08-16 17:33:44dstufftlinkissue18756 messages
2013-08-16 17:33:44dstufftcreate