]> granicus.if.org Git - python/commit
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Aug 2013 22:26:02 +0000 (00:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Aug 2013 22:26:02 +0000 (00:26 +0200)
commit4879a963d4a2020f4c26f2583f3ac35ec8d6edfe
tree88453f566e2dfc3c6908db58335742262330b92a
parent267964c837bb7a1c60a7ce3cb8963a7cced7abb1
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
Include/pythonrun.h
Misc/NEWS
Python/pythonrun.c
Python/random.c