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 Arach, Arfrever, Huzaifa.Sidhpurwala, Mark.Shannon, PaulMcMillan, Zhiping.Deng, alex, barry, benjamin.peterson, christian.heimes, dmalcolm, eric.araujo, georg.brandl, gvanrossum, gz, jcea, lemburg, pitrou, skrah, terry.reedy, tim.peters, v+python, vstinner, zbysz
Date 2012-01-10.11:37:59
SpamBayes Score 1.2648268e-05
Marked as misclassified No
Message-id <CAMpsgwYxhDta2TZLrsyqSTgiJRea+0xFf5EqRLkecunT5dWMNg@mail.gmail.com>
In-reply-to <1326133309.95.0.224363958602.issue13703@psf.upfronthosting.co.za>
Content
Version 3 of my patch:
 - Add PYTHONHASHSEED environment variable to get a fixed seed or to
disable the randomized hash function (PYTHONHASHSEED=0)
 - Add tests on the randomized hash function
 - Add more tests on os.urandom()
Files
File name Uploaded
random-3.patch vstinner, 2012-01-10.11:37:57
History
Date User Action Args
2012-01-10 11:38:01vstinnersetrecipients: + vstinner, lemburg, gvanrossum, tim.peters, barry, georg.brandl, terry.reedy, jcea, pitrou, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, v+python, alex, zbysz, skrah, dmalcolm, gz, Arach, Mark.Shannon, Zhiping.Deng, Huzaifa.Sidhpurwala, PaulMcMillan
2012-01-10 11:37:59vstinnerlinkissue13703 messages
2012-01-10 11:37:59vstinnercreate