[Python-Dev] Valgrind on 2.2.2

Guido van Rossum guido@python.org
Fri, 18 Oct 2002 10:03:40 -0400


> 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/)