]> granicus.if.org Git - python/commit
Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Apr 2013 00:02:33 +0000 (02:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 3 Apr 2013 00:02:33 +0000 (02:02 +0200)
commiteb4b5ac8afd797622e769e5742844224cfcb73b2
tree8285d7e7aa0382679624bbe5833967af1655c306
parentcfc4c13b04223705a43595579b46020c9e876ac4
Close #16757: Avoid calling the expensive _PyUnicode_FindMaxChar() function
when possible
Objects/unicodeobject.c
Python/formatter_unicode.c