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:54:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376672081.94.0.87608927473.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless you're doing many calls *in parallel* it's unlikely to be a
bottleneck.

That's what we're saying since message 1. Antoine, allo quoi! :)

> os.urandom() is a convenience function, it doesn't have to be extremely
optimized

I suggest that you tell it the documentation then, and explain that it does not scale and people should write their own thing.
History
Date User Action Args
2013-08-16 16:54:41tareksetrecipients: + tarek, jcea, pitrou, vstinner, christian.heimes, neologix, hynek
2013-08-16 16:54:41tareksetmessageid: <1376672081.94.0.87608927473.issue18756@psf.upfronthosting.co.za>
2013-08-16 16:54:41tareklinkissue18756 messages
2013-08-16 16:54:41tarekcreate