Message195373
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? |
|
Date |
User |
Action |
Args |
2013-08-16 17:33:44 | dstufft | set | recipients:
+ dstufft, jcea, pitrou, vstinner, christian.heimes, tarek, alex, neologix, hynek |
2013-08-16 17:33:44 | dstufft | set | messageid: <1376674424.89.0.141447255493.issue18756@psf.upfronthosting.co.za> |
2013-08-16 17:33:44 | dstufft | link | issue18756 messages |
2013-08-16 17:33:44 | dstufft | create | |
|