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, eric.snow, fx5, georg.brandl, grahamd, gvanrossum, gz, jcea, lemburg, mark.dickinson, neologix, pitrou, skrah, terry.reedy, tim.peters, v+python, vstinner, zbysz
Date 2012-01-17.12:21:32
SpamBayes Score 0.00020154873
Marked as misclassified No
Message-id <CAMpsgwaB1ETQOZiLXodJf=5DmPaHcm5FuAkKRuCp6XsPcLfEbw@mail.gmail.com>
In-reply-to <1326766242.22.0.74313150893.issue13703@psf.upfronthosting.co.za>
Content
Patch version 8: the whole test suite now pass successfully.

The remaining question is if CryptoGen should be used instead of the
weak LCG initialized by gettimeofday() and getpid(). According to
Martin von Loewis, we must link statically Python to advapi32.dll. It
should speed up the startup.
Files
File name Uploaded
random-8.patch vstinner, 2012-01-17.12:21:31
History
Date User Action Args
2012-01-17 12:21:35vstinnersetrecipients: + vstinner, lemburg, gvanrossum, tim.peters, barry, georg.brandl, terry.reedy, 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, PaulMcMillan, fx5
2012-01-17 12:21:33vstinnerlinkissue13703 messages
2012-01-17 12:21:32vstinnercreate