Stefan Behnel wrote: > (s + s->tp_basicsize) I (obviously) meant (s + Py_TYPE(s)->tp_basicsize) so the impact is another bit bigger. Stefan