I know, I have nothing to decide here, since I'm no contributer and just a silent watcher on this list.
However I just wanted to point out I fully agree with Chris Barker's position. Couldn't have stated
it better. Performance should be interpreter implementation issue, not language issue.
> 2) add a special case for strings that is fast and efficient -- may be as simple as calling "".join() under the hood --no more code than the exception check.
I would give it a +1 if my opinion counts anything.
Cheers
Stefan
Gesendet: Dienstag, 12. August 2014 um 21:11 Uhr
Von: "Chris Barker" <chris.barker@noaa.gov>
An: Kein Empfänger
Cc: "Python Dev" <python-dev@python.org>
Betreff: Re: [Python-Dev] sum(...) limitation