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 loewis, mark.dickinson, rhettinger, serhiy.storchaka
Date 2012-11-18.16:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353257343.73.0.550553944797.issue16496@psf.upfronthosting.co.za>
In-reply-to
Content
The code is larger.  There is one additional allocation.  CPU tacts wasted for uint32->ulong conversion (and in any case all numbers in the generator are 32-bit).  One additional ValeError/OverflowError.  Apparently my feeling of comfort is different from your own. ;)

Hmm, reviewing your code I found errors in my code too.  I guess I'm more captious as a critic than as an author.
History
Date User Action Args
2012-11-18 16:49:03serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, mark.dickinson
2012-11-18 16:49:03serhiy.storchakasetmessageid: <1353257343.73.0.550553944797.issue16496@psf.upfronthosting.co.za>
2012-11-18 16:49:03serhiy.storchakalinkissue16496 messages
2012-11-18 16:49:03serhiy.storchakacreate