[issue16001] small ints: cache string representation

STINNER Victor report at bugs.python.org
Sat Sep 29 18:14:29 CEST 2012


STINNER Victor added the comment:

str(int) is less common than "%s" % int or "%i" % int, and str%args has now "fast path" in Python 3.3 for integers. So I agree that my patch adds useless complexity and I'm closing this idea, thanks.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list