SIGN IN SIGN UP

Fix PyUnicode_Substring() for start >= length and start > end

Remove the fast-path for 1-character string: unicode_fromascii() and
_PyUnicode_FromUCS*() now have their own fast-path for 1-character strings.
V
Victor Stinner committed
684d5fd42067109f46e94ea3ddab72ebd4e130ee
Parent: b6cd014