[Python-Dev] String views (was: Re: Proof of the pudding: str.partition()) (original) (raw)

skip@pobox.com skip at pobox.com
Thu Sep 1 03:46:08 CEST 2005


Skip> OTOH, maybe that would work.  Perhaps we should try it.

Ah, I forgot the data is part of the PyString object itself, not stored as a separate char* array. Without a char* in the object it's kind of hard to do views.

Skip



More information about the Python-Dev mailing list