]> granicus.if.org Git - python/commit
Issue #13155: Optimize finding the optimal character width of an unicode string
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 12 Oct 2011 22:02:27 +0000 (00:02 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 12 Oct 2011 22:02:27 +0000 (00:02 +0200)
commitdd4e2f01537506d152684d5dfb87ea8e1e3c4a9c
treec59798201d4b91750f5eaaf30bf88484b977a57e
parent49a0a21f37730c66d7c3b2f79493822b065ea96b
Issue #13155: Optimize finding the optimal character width of an unicode string
Makefile.pre.in
Objects/stringlib/find_max_char.h [new file with mode: 0644]
Objects/unicodeobject.c