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 mark.dickinson
Recipients fiddlerwoaroof, mark.dickinson
Date 2008-06-30.22:09:44
SpamBayes Score 0.0059684454
Marked as misclassified No
Message-id <1214863786.49.0.961567988805.issue3245@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this with the Apple-supplied Python, but I'm having 
trouble reproducing it with anything from python.org.  I tried checking 
out revision 54863 and doing

./configure --enable-framework MACOSX_DEPLOYMENT_TARGET=10.3 && make
sudo make altinstall

Then I get:

$ /usr/local/bin/python2.5 -S
Python 2.5.1 (release25-maint:54863, Jun 30 2008, 22:59:07) 
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin

$ leaks Python
Process 84169: 534 nodes malloced for 1029 KB
Process 84169: 0 leaks for 0 total leaked bytes.

So maybe the leak is the result of something that Apple did?
History
Date User Action Args
2008-06-30 22:09:46mark.dickinsonsetspambayes_score: 0.00596845 -> 0.0059684454
recipients: + mark.dickinson, fiddlerwoaroof
2008-06-30 22:09:46mark.dickinsonsetspambayes_score: 0.00596845 -> 0.00596845
messageid: <1214863786.49.0.961567988805.issue3245@psf.upfronthosting.co.za>
2008-06-30 22:09:45mark.dickinsonlinkissue3245 messages
2008-06-30 22:09:44mark.dickinsoncreate