]> granicus.if.org Git - python/commit
Optimize unicode_subscript() for step != 1 and ascii strings
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 12 Oct 2011 23:17:06 +0000 (01:17 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 12 Oct 2011 23:17:06 +0000 (01:17 +0200)
commit55c991197b8dc971c1358b2b8e71fc9eaf3970c9
tree8807ede165c8ed24feef5c67fe2e36e9d2417681
parent127226ba6958fbfe69d74220b9bda70af9fdafd8
Optimize unicode_subscript() for step != 1 and ascii strings
Objects/unicodeobject.c