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 neologix
Recipients georg.brandl, neologix, nijel, pitrou
Date 2011-01-04.14:10:23
SpamBayes Score 2.3042735e-06
Marked as misclassified No
Message-id <1294150226.55.0.0361811565036.issue10824@psf.upfronthosting.co.za>
In-reply-to
Content
From the documentation:
"This function returns random bytes from an OS-specific randomness source."

In your case, this problem shows up because of an OS misconfiguration : in that case, the behaviour is undefined (not much Python can do about it). Note that since /dev/urandom is used, with a properly configured system, this should never block (contrarily to /dev/random which might block until enough entropy has been gathered).
History
Date User Action Args
2011-01-04 14:10:26neologixsetrecipients: + neologix, georg.brandl, nijel, pitrou
2011-01-04 14:10:26neologixsetmessageid: <1294150226.55.0.0361811565036.issue10824@psf.upfronthosting.co.za>
2011-01-04 14:10:23neologixlinkissue10824 messages
2011-01-04 14:10:23neologixcreate