[issue13155] Optimize finding the max character width

STINNER Victor report at bugs.python.org
Wed Oct 12 23:10:13 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

find_max_char5.patch:
 - don't use adjusted ~mask+1: "precompute" the right max_char
 - rename findwidth.h to find_max_char.h
 - add some #undef

----------
Added file: http://bugs.python.org/file23392/find_max_char5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13155>
_______________________________________


More information about the Python-bugs-list mailing list