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 loewis
Recipients Asesh, amaury.forgeotdarc, jcea, loewis, vstinner
Date 2011-11-20.10:11:11
SpamBayes Score 0.00011711432
Marked as misclassified No
Message-id <1321783872.53.0.472024532012.issue13418@psf.upfronthosting.co.za>
In-reply-to
Content
If you *really* want to solve this problem, you could start working on making Python release all memory at interpreter shutdown. Please understand that this project may well take several years to complete, but it would help not only your project, but also many people in a similar situation.

Meanwhile, you should use a better memory checker, one where you can declare that it shall ignore certain allocations.
History
Date User Action Args
2011-11-20 10:11:12loewissetrecipients: + loewis, jcea, amaury.forgeotdarc, vstinner, Asesh
2011-11-20 10:11:12loewissetmessageid: <1321783872.53.0.472024532012.issue13418@psf.upfronthosting.co.za>
2011-11-20 10:11:11loewislinkissue13418 messages
2011-11-20 10:11:11loewiscreate