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 ronaldoussoren
Recipients flox, hynek, ned.deily, ronaldoussoren
Date 2012-08-13.12:22:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344860554.47.0.183292984731.issue15635@psf.upfronthosting.co.za>
In-reply-to
Content
I can reproduce this on an OSX 10.8 system, both using python 2.7 and python 3.3. The growth is significantly less using python 3.3.

What's odd is that the growth does not occur when both test_iter calls use 1<<24 as the argument (or larger values).

If I'd had to guess I'd say that the free implementation doesn't return a buffer to the system for smaller blocks and does do it for larger buffers.
History
Date User Action Args
2012-08-13 12:22:34ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, flox, hynek
2012-08-13 12:22:34ronaldoussorensetmessageid: <1344860554.47.0.183292984731.issue15635@psf.upfronthosting.co.za>
2012-08-13 12:22:33ronaldoussorenlinkissue15635 messages
2012-08-13 12:22:33ronaldoussorencreate