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 gvanrossum
Recipients _doublep, christian.heimes, gvanrossum, pythonmeister
Date 2007-11-09.19:29:22
SpamBayes Score 0.060495313
Marked as misclassified No
Message-id <1194636562.36.0.58754832038.issue1405@psf.upfronthosting.co.za>
In-reply-to
Content
How do you know the memory isn't given back? It may be available for
reallocation within Python, just not given back to the operating system.
That's not necessarily a leak or a bug; that could just be heap
fragmentation. There's nothing you can do about it.
History
Date User Action Args
2007-11-09 19:29:22gvanrossumsetspambayes_score: 0.0604953 -> 0.060495313
recipients: + gvanrossum, christian.heimes, pythonmeister, _doublep
2007-11-09 19:29:22gvanrossumsetspambayes_score: 0.0604953 -> 0.0604953
messageid: <1194636562.36.0.58754832038.issue1405@psf.upfronthosting.co.za>
2007-11-09 19:29:22gvanrossumlinkissue1405 messages
2007-11-09 19:29:22gvanrossumcreate