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 ThurnerRupert, loewis
Date 2008-04-26.10:35:06
SpamBayes Score 0.275016
Marked as misclassified No
Message-id <1209206110.85.0.738075013861.issue2696@psf.upfronthosting.co.za>
In-reply-to
Content
This is a duplicate of issue 2321. There was no memory leak whatsoever,
instead, malloc just failed to return the memory returned to it (through
free(3)) to the operating system. Don't trust resident_size() to detect
memory leaks; that approach is fairly flawed.
History
Date User Action Args
2008-04-26 10:35:11loewissetspambayes_score: 0.275016 -> 0.275016
recipients: + loewis, ThurnerRupert
2008-04-26 10:35:10loewissetspambayes_score: 0.275016 -> 0.275016
messageid: <1209206110.85.0.738075013861.issue2696@psf.upfronthosting.co.za>
2008-04-26 10:35:09loewislinkissue2696 messages
2008-04-26 10:35:08loewiscreate