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 nnorwitz
Recipients
Date 2007-06-07.02:19:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Also, it is quite common for third party C extension modules (those not distributed with Python) to contain memory leaks.  If you are using any third party extension, you should investigate it very carefully to verify it is not leaking memory.  You can use various memory debuggers to help find this problem.  Valrgind and purify come to mind.
History
Date User Action Args
2007-08-23 14:38:16adminlinkissue1445210 messages
2007-08-23 14:38:16admincreate