[issue12805] Optimizations for bytes.join() et. al

Antoine Pitrou report at bugs.python.org
Sun Apr 8 17:14:05 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Honestly, I don't think there's much point in these optimizations. The first one ("The sequence length and separator length are both 0") is probably useless.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12805>
_______________________________________


More information about the Python-bugs-list mailing list