[issue14687] Optimize str%tuple for the PEP 393

STINNER Victor report at bugs.python.org
Mon Apr 30 03:10:11 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

Updated patch:
 - use also PyUnicode_Kind for kind and fmtkind
 - fix compiler warnings
 - initialize data outside the loop
 - avoid duplicate PyUnicode_READ() where it is possible
 - minor code cleanup

----------
Added file: http://bugs.python.org/file25413/pyunicode_format-2.patch

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


More information about the Python-bugs-list mailing list