Message195363
>> Why locking? /dev/urandom is a pseudo char device. You can have multiple
>> readers on the same fd without any locking.
>
> You must put a lock around the open() call, though, to avoid calling it
> several times and losing an fd.
Exactly (unless the FD is open during the module initialization,
instead of using lazy-open upon first os.urandom() call). |
|
Date |
User |
Action |
Args |
2013-08-16 16:56:54 | neologix | set | recipients:
+ neologix, jcea, pitrou, vstinner, christian.heimes, tarek, hynek |
2013-08-16 16:56:54 | neologix | link | issue18756 messages |
2013-08-16 16:56:54 | neologix | create | |
|