mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
e6abb488c9
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)