[Python-Dev] Type of range object members

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Aug 17 03:25:46 CEST 2006


Martin v. Löwis wrote:
> Greg Ewing schrieb:
>>Also it means you'd pay a penalty every time you
>>access it
> 
> That penalty is already paid today.

You'd still have that penalty, *plus* the
overhead of bit masking to get at the value.

Maybe that wouldn't be noticeable among all
the other overheads, though.

--
Greg


More information about the Python-Dev mailing list