Terry J. Reedy added the comment:

A related issue: the speed of finding and hence replacing chars in strings is 
known to have regressed in 3.3 relative to 3.2, especially on Windows. For long 
strings, that will negate in 3.3 the speedup for the initial method call. See 
#16061, with patches. The holdup seems to be deciding which of two good patches 
to apply.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to