[Python-3000] PyUnicodeObject implementation

Stefan Behnel stefan_ml at behnel.de
Tue Sep 9 10:39:20 CEST 2008


Stefan Behnel wrote:
>     (s + s->tp_basicsize)

I (obviously) meant

      (s + Py_TYPE(s)->tp_basicsize)

so the impact is another bit bigger.

Stefan




More information about the Python-3000 mailing list