[Python-Dev] Type of range object members

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 16 03:42:56 CEST 2006


Guido van Rossum wrote:
> I worry that dropping the special allocator will be too slow.

Surely there's some compromise that would allow
recently-used ints to be kept around, but reclaimed
if memory becomes low?

--
Greg


More information about the Python-Dev mailing list