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 pitrou
Recipients amaury.forgeotdarc, christian.heimes, nnorwitz, pitrou
Date 2011-12-27.21:50:44
SpamBayes Score 3.5980981e-06
Marked as misclassified No
Message-id <1325022645.74.0.878603026209.issue1953@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know what the purpose of this feature is nor who the target users are. Trying to micro-manage the interpreter's resource allocation from Python code is certainly a losing battle, and does not warrant relying on implementation-specific APIs. Moreover, these days gc.collect() implicitly collects the freelists.

I therefore recommend rejecting this patch.
History
Date User Action Args
2011-12-27 21:50:45pitrousetrecipients: + pitrou, nnorwitz, amaury.forgeotdarc, christian.heimes
2011-12-27 21:50:45pitrousetmessageid: <1325022645.74.0.878603026209.issue1953@psf.upfronthosting.co.za>
2011-12-27 21:50:45pitroulinkissue1953 messages
2011-12-27 21:50:44pitroucreate