]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
authorMarc-André Lemburg <mal@egenix.com>
Wed, 6 Feb 2002 18:09:02 +0000 (18:09 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 6 Feb 2002 18:09:02 +0000 (18:09 +0000)
commit3688a882d36fe60be85a9dc8a54d033de356da31
treeb16149f12d81bf1ef6651b5a12855f235f9d90ee
parent6a60915843b90cc90affe730a03b87131628d1dc
Fix for the UTF-8 memory allocation bug and the UTF-8 encoding
bug related to lone high surrogates.
Lib/test/test_unicode.py
Objects/unicodeobject.c