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 kilobug
Recipients BreamoreBoy, Thomas Fenzl, kilobug, loewis, pitrou, serhiy.storchaka, skrah
Date 2013-05-27.08:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369642840.76.0.909452609854.issue1747670@psf.upfronthosting.co.za>
In-reply-to
Content
It's not something that can be easily benched because it depends a lot of the use case. If some conditions are present (big amount of data sent to XML-RPC, the XML-RPC server taking a long time to answer, end either Python giving back the memory to the OS or another thread reusing the garbage collected memory) the gain in memory can be very significant, in most other cases, it won't change anything. 

Do you me to craft a simple example where the difference can be seen ?
History
Date User Action Args
2013-05-27 08:20:40kilobugsetrecipients: + kilobug, loewis, pitrou, skrah, BreamoreBoy, serhiy.storchaka, Thomas Fenzl
2013-05-27 08:20:40kilobugsetmessageid: <1369642840.76.0.909452609854.issue1747670@psf.upfronthosting.co.za>
2013-05-27 08:20:40kilobuglinkissue1747670 messages
2013-05-27 08:20:40kilobugcreate