cpython: a966f9311ebb (original) (raw)

Mercurial > cpython

changeset 76706:a966f9311ebb

Issue #14687: Cleanup PyUnicode_Format() [#14687]

Victor Stinner victor.stinner@gmail.com
date Wed, 02 May 2012 00:41:57 +0200
parents 4b98ce6ef95e
children 359b1a6a3836
files Objects/unicodeobject.c
diffstat 1 files changed, 4 insertions(+), 2 deletions(-)[+] [-] Objects/unicodeobject.c 6

line wrap: on

line diff

--- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -13719,7 +13719,8 @@ PyUnicode_Format(PyObject *format, PyObj PyObject *signobj = NULL, *fillobj = NULL; fmtpos++;

@@ -13765,7 +13766,8 @@ PyUnicode_Format(PyObject *format, PyObj argidx = -2; } while (--fmtcnt >= 0) {