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 tarek
Recipients christian.heimes, hynek, jcea, neologix, pitrou, tarek, vstinner
Date 2013-08-16.16:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376670174.66.0.354097807535.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
> Can tarek tell us more about its usecases: is he directly calling os.urandom() or does he use the random module? How many threads?

I was using ws4py inside greenlets. ws4py uses os.urandom() to generate some keys. So one single thread, many greenlets.
History
Date User Action Args
2013-08-16 16:22:54tareksetrecipients: + tarek, jcea, pitrou, vstinner, christian.heimes, neologix, hynek
2013-08-16 16:22:54tareksetmessageid: <1376670174.66.0.354097807535.issue18756@psf.upfronthosting.co.za>
2013-08-16 16:22:54tareklinkissue18756 messages
2013-08-16 16:22:54tarekcreate