cpython: 08b54c635586 (original) (raw)

Mercurial > cpython

changeset 76658:08b54c635586

Issue #14687: Avoid an useless duplicated string in PyUnicode_Format() [#14687]

Victor Stinner victor.stinner@gmail.com
date Mon, 30 Apr 2012 05:21:52 +0200
parents 42fbb4f9b540
children 7319430a291d
files Objects/unicodeobject.c
diffstat 1 files changed, 8 insertions(+), 12 deletions(-)[+] [-] Objects/unicodeobject.c 20

line wrap: on

line diff

--- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -14051,20 +14051,16 @@ PyUnicode_Format(PyObject format, PyObj } } / Copy all characters, preserving len */