[Python-ideas] Introduce collections.Reiterable

Nick Coghlan ncoghlan at gmail.com
Mon Sep 23 12:57:19 CEST 2013


On 23 September 2013 20:53, Oscar Benjamin <oscar.j.benjamin at gmail.com> wrote:
> It may not be worth fixing but I still consider it a bug.

len() being limited to 64-bit values is indeed a bug in CPython.
That's not what I was citing as an example of what I consider a neat
hack, though - the neat hack is the fact ranges that don't fit in
64-bits are still mostly supported *despite* that bug.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list