[Python-Dev] cpython: Optimize tostringlist by taking the stream class outside the function. It's now

Eli Bendersky eliben at gmail.com
Sat Jul 21 19:11:52 CEST 2012


On Sat, Jul 21, 2012 at 5:43 PM, Georg Brandl <g.brandl at gmx.net> wrote:
> Uh, optimizations are not exactly what I want to see during feature freeze.
>

This is not a new optimization. It fixes a performance regression
introduced by an earlier bugfix changeset (for
http://bugs.python.org/issue1767933).

Eli


More information about the Python-Dev mailing list