This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients ezio.melotti, flox, jcea, pitrou
Date 2010-03-14.01:04:02
SpamBayes Score 0.002963689
Marked as misclassified No
Message-id <1268528644.67.0.0560662552965.issue7808@psf.upfronthosting.co.za>
In-reply-to
Content
> I confirm the leaks in the C code. How do you find them?

I've done it manually, disabling some tests, and running "regrtest -R" repeatedly until I isolate the function which is responsible.
Then I studied the source code, looking for the missing DECREFs.
History
Date User Action Args
2010-03-14 01:04:04floxsetrecipients: + flox, jcea, pitrou, ezio.melotti
2010-03-14 01:04:04floxsetmessageid: <1268528644.67.0.0560662552965.issue7808@psf.upfronthosting.co.za>
2010-03-14 01:04:03floxlinkissue7808 messages
2010-03-14 01:04:02floxcreate