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, Jim.Jewett, Mark.Shannon, PaulMcMillan, Zhiping.Deng, alex, barry, benjamin.peterson, christian.heimes, dmalcolm, eric.araujo, eric.snow, fx5, georg.brandl, grahamd, gregory.p.smith, gvanrossum, gz, jcea, lemburg, mark.dickinson, neologix, pitrou, skrah, terry.reedy, tim.peters, v+python, vstinner, zbysz
Date 2012-01-18.10:01:41
SpamBayes Score 3.930445e-11
Marked as misclassified No
Message-id <CAMpsgwY2fmpHGBKCw9AVWBHJBfZeVq61iOP5sz+KwC-myQz5kg@mail.gmail.com>
In-reply-to <1326867415.98.0.792717979563.issue13703@psf.upfronthosting.co.za>
Content
> I like what you've done in #13704 better than what I see in random-8.patch so far.  see the code review comments i've left on both issues.

I didn't write "3106cc0a2024.diff" patch attached to #13704, I just
clicked on the button to generate a patch from the repository.
Christian Heimes wrote the patch.

I don't really like "3106cc0a2024.diff", we don't need Mersenne
Twister to initialize the hash secret. The patch doesn't allow to set
a fixed secret if you need the same secret for a group of processes.
History
Date User Action Args
2012-01-18 10:01:42vstinnersetrecipients: + vstinner, lemburg, gvanrossum, tim.peters, barry, georg.brandl, terry.reedy, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, eric.araujo, grahamd, Arfrever, v+python, alex, zbysz, skrah, dmalcolm, gz, neologix, Arach, Mark.Shannon, eric.snow, Zhiping.Deng, Huzaifa.Sidhpurwala, Jim.Jewett, PaulMcMillan, fx5
2012-01-18 10:01:42vstinnerlinkissue13703 messages
2012-01-18 10:01:41vstinnercreate