]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #14716: str.format() now uses the new "unicode writer" API instead of the
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 May 2012 10:47:02 +0000 (12:47 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 May 2012 10:47:02 +0000 (12:47 +0200)
commit202fdca133ce8f5b0c37cca1353070e0721c688d
tree7e6f1c58ca7b836f8fb8132dea7f85b08d403894
parent9fad1604110cd7a0bb32792aa6d6c6a63018d51e
Close #14716: str.format() now uses the new "unicode writer" API instead of the
PyAccu API. For example, it makes str.format() from 25% to 30% faster on Linux.
Objects/stringlib/unicode_format.h
Objects/unicodeobject.c