]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Port error handlers from Py_UNICODE indexing to code point indexing.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 4 Nov 2011 10:16:41 +0000 (11:16 +0100)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 4 Nov 2011 10:16:41 +0000 (11:16 +0100)
commitb09af03b8acc54076762e84393e446b68c861500
tree441e94573e938e54cc2536478a80b2c9ecb64229
parent495dcbd5c13007dfd679edc8067131228c65bccb
Port error handlers from Py_UNICODE indexing to code point indexing.
Objects/exceptions.c
Python/codecs.c