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 r.david.murray
Recipients geeknik, r.david.murray
Date 2016-08-23.13:30:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471959037.07.0.362414332056.issue27831@psf.upfronthosting.co.za>
In-reply-to
Content
How are you defining "leak"?  It isn't a leak if Python allocates memory that it doesn't free when doing a new operation.  If you do that operation repeatedly and memory use continues to increase, that would be a leak.
History
Date User Action Args
2016-08-23 13:30:37r.david.murraysetrecipients: + r.david.murray, geeknik
2016-08-23 13:30:37r.david.murraysetmessageid: <1471959037.07.0.362414332056.issue27831@psf.upfronthosting.co.za>
2016-08-23 13:30:37r.david.murraylinkissue27831 messages
2016-08-23 13:30:37r.david.murraycreate