[Python-3000] PyUnicodeObject implementation

"Martin v. Löwis" martin at v.loewis.de
Tue Sep 9 07:39:43 CEST 2008


> How about putting the variable sized data _before_ the struct?

That won't work for container objects (such as tuples); they already
have the GC structure before the PyObject, whose size and layout is
opaque to the objects.

Regards,
Martin


More information about the Python-3000 mailing list