Antoine Pitrou <pit...@free.fr> added the comment: > 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). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6216> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com