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 Arfrever, Huzaifa.Sidhpurwala, Mark.Shannon, PaulMcMillan, Zhiping.Deng, alex, barry, benjamin.peterson, christian.heimes, dmalcolm, eric.araujo, georg.brandl, gvanrossum, jcea, lemburg, pitrou, terry.reedy, v+python, vstinner
Date 2012-01-06.00:23:10
SpamBayes Score 0.059555266
Marked as misclassified No
Message-id <1325809391.0.0.140533755387.issue13703@psf.upfronthosting.co.za>
In-reply-to
Content
Note for myself, random-2.patch: _PyRandom_Init() must generate a prefix and a suffix different than zero (call PyOS_URandom in a loop, and fail after 100 tries).
History
Date User Action Args
2012-01-06 00:23:11vstinnersetrecipients: + vstinner, lemburg, gvanrossum, barry, georg.brandl, terry.reedy, jcea, pitrou, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, v+python, alex, dmalcolm, Mark.Shannon, Zhiping.Deng, Huzaifa.Sidhpurwala, PaulMcMillan
2012-01-06 00:23:11vstinnersetmessageid: <1325809391.0.0.140533755387.issue13703@psf.upfronthosting.co.za>
2012-01-06 00:23:10vstinnerlinkissue13703 messages
2012-01-06 00:23:10vstinnercreate