]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Optimize str * n for len(str)==1 and UCS-2 or UCS-4
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 02:26:31 +0000 (03:26 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 02:26:31 +0000 (03:26 +0100)
commit73f53b57d18ae3bed924e497244791b953f55c6f
treeb5091023a70af9b9c31adec2bb000205ef15a60c
parentb99bb20ae43dd05ebc162b8af4caefd6035d0f39
Optimize str * n for len(str)==1 and UCS-2 or UCS-4
Objects/unicodeobject.c