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 fiddlerwoaroof
Recipients fiddlerwoaroof
Date 2008-06-30.19:23:54
SpamBayes Score 0.001382545
Marked as misclassified No
Message-id <1214853896.85.0.513571586109.issue3245@psf.upfronthosting.co.za>
In-reply-to
Content
On OS X 10.5.3 the default python has a mild memory leak.
sample session:

% python -S
Python 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
>>> 

<switch terminals>

% leaks Python
Process 2357: 572 nodes malloced for 1031 KB
Process 2357: 1 leak for 16 total leaked bytes.
...
History
Date User Action Args
2008-06-30 19:24:57fiddlerwoaroofsetspambayes_score: 0.00138254 -> 0.001382545
recipients: + fiddlerwoaroof
2008-06-30 19:24:56fiddlerwoaroofsetspambayes_score: 0.00138254 -> 0.00138254
messageid: <1214853896.85.0.513571586109.issue3245@psf.upfronthosting.co.za>
2008-06-30 19:23:56fiddlerwoarooflinkissue3245 messages
2008-06-30 19:23:55fiddlerwoaroofcreate