]> granicus.if.org Git - python/commit
PyUnicode_ReadChar() raises a IndexError if the index in invalid
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 22:25:40 +0000 (00:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 1 Oct 2011 22:25:40 +0000 (00:25 +0200)
commit2fe5ced752d5d17eae3e0ad23c0f7f2208770d2d
tree594e3fae4b733e4537106919d8eea226690217e8
parent202b62bd90936c32289a20e5ca2fa20fd23c70cb
PyUnicode_ReadChar() raises a IndexError if the index in invalid

unicode_getitem() reuses PyUnicode_ReadChar()
Objects/unicodeobject.c