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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-11-17.21:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353187964.7.0.945658199305.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
Now random_seed() use an ineffective quadratic-time algorithm.  It can reuse _PyLong_AsByteArray(), decreasing code size and increasing performance.
History
Date User Action Args
2012-11-17 21:32:44serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson
2012-11-17 21:32:44serhiy.storchakasetmessageid: <1353187964.7.0.945658199305.issue16496@psf.upfronthosting.co.za>
2012-11-17 21:32:44serhiy.storchakalinkissue16496 messages
2012-11-17 21:32:44serhiy.storchakacreate