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 BreamoreBoy, lemburg, pitrou, terry.reedy
Date 2010-07-20.22:30:00
SpamBayes Score 0.07021654
Marked as misclassified No
Message-id <1279664998.3203.3.camel@localhost.localdomain>
In-reply-to <1279664068.33.0.847582806371.issue6216@psf.upfronthosting.co.za>
Content
> I did not forget. I omitted because there were no benchmarks to
> mention. I admit that silence is sometimes difficult to interpret and
> that I should have said so. Do you see that incrementing the limit
> could have negative effects that need to be justified? Just simply the
> extra space ? or something else?

It can always have negative effects in the form of decreased cache
efficiency, or more fragmentation in the memory allocator.
Otherwise we could similarly bump up the size of all freelists in the
interpreter (there are several of them).
History
Date User Action Args
2010-07-20 22:30:04pitrousetrecipients: + pitrou, lemburg, terry.reedy, BreamoreBoy
2010-07-20 22:30:01pitroulinkissue6216 messages
2010-07-20 22:30:00pitroucreate