Philip Jenvey <pjen...@underboss.org> added the comment:

iter(range(10000)) should also see a speedup because range's iter supports 
__length_hint__

----------
nosy: +pjenvey

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

Reply via email to