]> granicus.if.org Git - python/commit
Issue #14687: Optimize str%tuple for the "%(name)s" syntax
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 2 May 2012 23:44:59 +0000 (01:44 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 2 May 2012 23:44:59 +0000 (01:44 +0200)
commitbff7c9683442a6297bda2fb1ebedf73c9e4a265f
tree8d135d9c8d0d550bd16c884427e0fbec65a8ca2c
parent598b2f6bd02b1aa118263538fa9e33769da553df
Issue #14687: Optimize str%tuple for the "%(name)s" syntax

Avoid an useless and expensive call to PyUnicode_READ().
Objects/unicodeobject.c