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 kristjan.jonsson, pitrou
Date 2012-03-29.16:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333037428.89.0.51830139607.issue14435@psf.upfronthosting.co.za>
In-reply-to
Content
One thing: PyFloat_ClearFreeList() is supposed to return the number of objects previously in the freelist, not zero.
Also, perhaps 10 is a bit on the small side for the number of objects kept on the freelist. 100 instead? Or do you think that's too large?
History
Date User Action Args
2012-03-29 16:10:28pitrousetrecipients: + pitrou, kristjan.jonsson
2012-03-29 16:10:28pitrousetmessageid: <1333037428.89.0.51830139607.issue14435@psf.upfronthosting.co.za>
2012-03-29 16:10:28pitroulinkissue14435 messages
2012-03-29 16:10:28pitroucreate