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 python-dev
Recipients alex, christian.heimes, dstufft, hynek, jcea, neologix, pitrou, python-dev, tarek, vstinner
Date 2013-08-30.22:26:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cRZzs0gppz7LjT@mail.python.org>
In-reply-to
Content
New changeset acc7439b1406 by Antoine Pitrou in branch 'default':
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.
http://hg.python.org/cpython/rev/acc7439b1406
History
Date User Action Args
2013-08-30 22:26:49python-devsetrecipients: + python-dev, jcea, pitrou, vstinner, christian.heimes, tarek, alex, neologix, hynek, dstufft
2013-08-30 22:26:49python-devlinkissue18756 messages
2013-08-30 22:26:49python-devcreate