Andreas Jung writes: > ... > Internally I call PyObject_SetItem() > to store the word-wid mapping. "PyObject_SetItem" creates new references for key and value. Is this what you expect? I know, this should affect all platforms and be independent of whether or not the code runs within or outside Zope. Dieter