Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to