]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
experimental UCS-4 support: made compare a bit more robust, in case
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 16:39:36 +0000 (16:39 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 16:39:36 +0000 (16:39 +0000)
commit45714e9ecb97c53254d644ecee00d66d36a21449
treec86c8f7e98e48d547f5a577fd42ec931477b0ce4
parent3083163dc12024e9d46d4e2d752645256b7ba7c3
experimental UCS-4 support: made compare a bit more robust, in case
sizeof(Py_UNICODE) >= sizeof(long).  also changed surrogate expansion
to work if sizeof(Py_UNICODE) > 2.
Objects/unicodeobject.c