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 gvanrossum
Recipients
Date 2001-01-10.16:59:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I agree with Mark that in the past we have been lax in addressing these kinds of problems.  I do wish to fix these in the future!  It's just hard to find all the leaks.  In the past we had reports where a simple loop calling Py_Initialize() and Py_Finalize() with nothing in between would leak; we've fixed these.  But now if you put real work in between it still seems to leak.  I'll see if I can check in a test program in the Demo tree which Barry can then work on using Insure++.

pbmtl, when you write that "the call to PyEval_CallObject will return an error", can you submit a separate bug report for that with enough details (e.g. C source code) so that we can reproduce the problem?  This seems to be a separate bug, unrelated to leakage!
History
Date User Action Args
2007-08-23 13:52:39adminlinkissue228040 messages
2007-08-23 13:52:39admincreate