• Victor Stinner's avatar
    Cleanup PyUnicode_Append() · f033510f
    Victor Stinner authored
     * Check also that right is a Unicode object
     * call directly resize_compact() instead of unicode_resize() for a more
       explicit error handling, and to avoid testing some properties twice
       (ex: unicode_modifiable())
    f033510f
unicodeobject.c 433 KB