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 vstinner
Recipients lemburg, matejcik, rhettinger, socketpair, thomas-petazzoni, vstinner
Date 2016-04-26.11:46:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461671213.9.0.593746193591.issue25420@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is more general than just "import random", Python reads entropy at startup to initialize a random seed for its randomized hash function: see the issue #26839.
History
Date User Action Args
2016-04-26 11:46:53vstinnersetrecipients: + vstinner, lemburg, rhettinger, matejcik, socketpair, thomas-petazzoni
2016-04-26 11:46:53vstinnersetmessageid: <1461671213.9.0.593746193591.issue25420@psf.upfronthosting.co.za>
2016-04-26 11:46:53vstinnerlinkissue25420 messages
2016-04-26 11:46:53vstinnercreate