]> granicus.if.org Git - python/commit
Issue #13441: Disable temporary the check on the maximum character until
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Nov 2011 02:27:53 +0000 (03:27 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 22 Nov 2011 02:27:53 +0000 (03:27 +0100)
commit0d3721d986e1cbb601e73cbb4d25552924d8ebf8
tree039f88d15a44f1d66872bc44fab15dfb46bbd290
parentf8facacf30a20b068c2a6fc62196c2335f150dbc
Issue #13441: Disable temporary the check on the maximum character until
the Solaris issue is solved.

But add assertion on the maximum character in various encoders: UTF-7, UTF-8,
wide character (wchar_t*, Py_UNICODE*), unicode-escape, raw-unicode-escape.

Fix also unicode_encode_ucs1() for backslashreplace error handler: Python is
now always "wide".
Objects/unicodeobject.c