[Python-Dev] Valgrind on 2.2.2 (original) (raw)
Guido van Rossum guido@python.org
Fri, 18 Oct 2002 10:03:40 -0400
- Previous message: [Python-Dev] Valgrind on 2.2.2
- Next message: [Python-Dev] Valgrind on 2.2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] Valgrind on 2.2.2
- Next message: [Python-Dev] Valgrind on 2.2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]