Victor Stinner e6abb488c9 unicodeobject.c: Add MAX_MAXCHAR() macro to (micro-)optimize the computation
of the second argument of PyUnicode_New().

 * Create also align_maxchar() function
 * Optimize fix_decimal_and_space_to_ascii(): don't compute the maximum
   character when ch <= 127 (it is ASCII)
2012-05-02 01:15:40 +02:00
..
2012-05-01 09:51:46 -04:00
2012-03-15 15:37:54 -05:00
2012-02-15 02:52:58 +01:00
2012-02-20 22:24:29 -05:00