> This one seems simple: [patch to typeobject.c] Deceptively so -- I forgot that PyList_SetItem(list, i, new) steals a reference to new. :-( The search is still on... --Guido van Rossum (home page: http://www.python.org/~guido/)