[Python-Dev] memory leaks in 2.2 (original) (raw)
Neal Norwitz neal@metaslash.com
Thu, 06 Dec 2001 09:24:19 -0500
- Previous message: [Python-Dev] memory leaks in 2.2
- Next message: [Python-Dev] memory leaks in 2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
> I can't find a leak in testdescr.py when I simply call testmain() in > an infinite loop. (I can when I use reload() in the loop, but that's > an import issue I believe.) > > Neil, did you test this before or after I fixed the slots leak? Never mind, with Ping's hint I see a leak. I'll fixit momentarily.
In test_descr, buffer_inherit() leaks 35 bytes which may indicate the problem.
Neal
- Previous message: [Python-Dev] memory leaks in 2.2
- Next message: [Python-Dev] memory leaks in 2.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]