diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-05-03 00:32:34 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-05-03 00:32:34 (GMT) |
commit | 684d5fd42067109f46e94ea3ddab72ebd4e130ee (patch) | |
tree | e422af086c643d02ff3181177db6451ee23499db /Python | |
parent | b6cd014d75394ca48e6113d614d36ed16fbe7b13 (diff) | |
download | cpython-684d5fd42067109f46e94ea3ddab72ebd4e130ee.zip cpython-684d5fd42067109f46e94ea3ddab72ebd4e130ee.tar.gz cpython-684d5fd42067109f46e94ea3ddab72ebd4e130ee.tar.bz2 |
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.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions