From: Mark Dickinson Date: Wed, 18 Mar 2009 14:52:01 +0000 (+0000) Subject: Blocked revisions 70452 via svnmerge X-Git-Tag: 3.0~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1568e7b90d8804ae6fb22fbb3bd2e59e337024;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 70452 via svnmerge ........ r70452 | mark.dickinson | 2009-03-18 14:47:41 +0000 (Wed, 18 Mar 2009) | 7 lines Issue 4474: On platforms with sizeof(wchar_t) == 4 and sizeof(Py_UNICODE) == 2, PyUnicode_FromWideChar now converts each character outside the BMP to the appropriate surrogate pair. Thanks Victor Stinner for the patch. ........ ---