[Python-Dev] Implementation of variable sized objects.

Mark Shannon marks at dcs.gla.ac.uk
Wed Mar 9 13:55:19 CET 2011


Hi,

I hope this is the right place to ask this.

Do anyone know why the str (unicode) object is implemented
with an external buffer like list, rather than internal one like
tuple and bytes?
Would anything bad happen if it were changed?

I'm not suggesting any changes, just doing some research.

Cheers,
Mark.



More information about the Python-Dev mailing list